From babd9a88588f0217c84bf52a3e9b3311c062140e Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 16 May 2020 23:32:51 +0900 Subject: [PATCH] create README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2cb914f --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# http-echo + +A simple HTTP request and response testing server. + +| Host | Deploy | Demo | +| -------------- | ---------------------------------------------------------------- | ---------------------------------------- | +| netlify.com | [![Deploy to Netlify][netlify-button]][netlify-deploy] | https://http-echo.netlify.app/ | +| vercel.com | [![Deploy to Vercel][vercel-button]][vercel-deploy] | https://http-echo.now.sh/ | +| glitch.com | [![Remix on Glitch][glitch-button]][glitch-deploy] | http://http-echo.glitch.me/ | +| codesandbox.io | [![Edit in CodeSandbox][codesandbox-button]][codesandbox-deploy] | https://fe8lf.sse.codesandbox.io/ | +| heroku.com | [![Deploy to Heroku][heroku-button]][heroku-deploy] | http://http--echo.herokuapp.com/ | +| fly.io | [`flyctl deploy`][fly-deploy] | https://http-echo.fly.dev/ | +| zarvis.ai | [![Deploy to ZARVIS][zarvis-button]][zarvis-deploy] | https://http--echo-kou029w.g1.zarvis.ai/ | + +[netlify-button]: https://www.netlify.com/img/deploy/button.svg +[netlify-deploy]: https://app.netlify.com/start/deploy?repository=https://github.com/kou029w/http-echo +[vercel-button]: https://vercel.com/button +[vercel-deploy]: https://vercel.com/import/project?template=https://github.com/kou029w/http-echo +[glitch-deploy]: https://glitch.com/edit/#!/remix/http-echo +[glitch-button]: https://cdn.gomix.com/f3620a78-0ad3-4f81-a271-c8a4faa20f86%2Fremix-button.svg +[codesandbox-deploy]: https://codesandbox.io/s/github/kou029w/http-echo +[codesandbox-button]: https://codesandbox.io/static/img/play-codesandbox.svg +[heroku-button]: https://www.herokucdn.com/deploy/button.svg +[heroku-deploy]: https://heroku.com/deploy +[fly-deploy]: https://fly.io/docs/speedrun/ +[zarvis-button]: https://zarvis.ai/api/open/button.svg +[zarvis-deploy]: https://zarvis.ai/api/open