mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 16:08:13 +00:00
docs: add repl.it
This commit is contained in:
parent
29b722e4df
commit
f242fca51f
1 changed files with 13 additions and 9 deletions
|
@ -3,9 +3,10 @@
|
|||
A simple HTTP request and response testing server.
|
||||
|
||||
| Host | Deploy | Demo | Status | Response |
|
||||
| ------------------ | ---------------------------------------------------------------- | ------------------------------------------ | ----------------------- | ------------------------- |
|
||||
| ------------------ | ---------------------------------------------------------------- | ------------------------------------------ | ----------------------------------------- | --------------------------------------------- |
|
||||
| [netlify.com][] | [![Deploy to Netlify][netlify-button]][netlify-deploy] | https://http-echo.netlify.app/ | ![netlify-status][netlify-status] | ![netlify-response][netlify-response] |
|
||||
| [vercel.com][] | [![Deploy to Vercel][vercel-button]][vercel-deploy] | https://http-echo.now.sh/ | ![vercel-status][vercel-status] | ![vercel-response][vercel-response] |
|
||||
| [repl.it][] | [![Run on Repl.it][replit-button]][replit-deploy] | https://http-echo.kou029w.repl.co | - | - |
|
||||
| [glitch.com][] | [![Remix on Glitch][glitch-button]][glitch-deploy] | http://http-echo.glitch.me/ | ![glitch-status][glitch-status] | ![glitch-response][glitch-response] |
|
||||
| [codesandbox.io][] | [![Edit in CodeSandbox][codesandbox-button]][codesandbox-deploy] | https://fe8lf.sse.codesandbox.io/ | ![codesandbox-status][codesandbox-status] | ![codesandbox-response][codesandbox-response] |
|
||||
| [heroku.com][] | [![Deploy to Heroku][heroku-button]][heroku-deploy] | http://http--echo.herokuapp.com/ | ![heroku-status][heroku-status] | ![heroku-response][heroku-response] |
|
||||
|
@ -23,6 +24,9 @@ A simple HTTP request and response testing server.
|
|||
[vercel-deploy]: https://vercel.com/import/project?template=https://github.com/kou029w/http-echo
|
||||
[vercel-status]: https://badgen.net/uptime-robot/month/m785227110-ad9ed6f027362deca73c5545?cache=3600
|
||||
[vercel-response]: https://badgen.net/uptime-robot/response/m785227110-ad9ed6f027362deca73c5545?cache=3600
|
||||
[repl.it]: https://repl.it/
|
||||
[replit-deploy]: https://repl.it/github/kou029w/http-echo
|
||||
[replit-button]: https://repl.it/badge/github/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
|
||||
|
|
Loading…
Add table
Reference in a new issue