mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 16:08:13 +00:00
linkにする
This commit is contained in:
parent
5e888c2377
commit
c5df60cabd
1 changed files with 16 additions and 9 deletions
25
README.md
25
README.md
|
@ -2,26 +2,33 @@
|
|||
|
||||
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/ |
|
||||
| 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.com]: https://www.netlify.com/
|
||||
[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.com]: https://vercel.com/
|
||||
[vercel-button]: https://vercel.com/button
|
||||
[vercel-deploy]: https://vercel.com/import/project?template=https://github.com/kou029w/http-echo
|
||||
[glitch.com]: https://glitch.com/
|
||||
[glitch-deploy]: https://glitch.com/edit/#!/remix/http-echo
|
||||
[glitch-button]: https://cdn.gomix.com/f3620a78-0ad3-4f81-a271-c8a4faa20f86%2Fremix-button.svg
|
||||
[codesandbox.io]: https://codesandbox.io/
|
||||
[codesandbox-deploy]: https://codesandbox.io/s/github/kou029w/http-echo
|
||||
[codesandbox-button]: https://codesandbox.io/static/img/play-codesandbox.svg
|
||||
[heroku.com]: https://heroku.com/
|
||||
[heroku-button]: https://www.herokucdn.com/deploy/button.svg
|
||||
[heroku-deploy]: https://heroku.com/deploy
|
||||
[fly.io]: https://fly.io/
|
||||
[fly-deploy]: https://fly.io/docs/speedrun/
|
||||
[zarvis.ai]: https://zarvis.ai/
|
||||
[zarvis-button]: https://zarvis.ai/api/open/button.svg
|
||||
[zarvis-deploy]: https://zarvis.ai/api/open
|
||||
|
|
Loading…
Add table
Reference in a new issue