Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a7ul/byemck
A fun goodbye console web service
https://github.com/a7ul/byemck
app byebye console experiment javascript web
Last synced: 3 months ago
JSON representation
A fun goodbye console web service
- Host: GitHub
- URL: https://github.com/a7ul/byemck
- Owner: a7ul
- Created: 2018-07-14T19:52:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T10:21:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T23:30:58.735Z (6 months ago)
- Topics: app, byebye, console, experiment, javascript, web
- Language: JavaScript
- Homepage: http://byemck.atulr.com/
- Size: 169 KB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# byemck
A fun goodbye console web service made in Javascript.
Blog post: https://medium.com/@atulanand94/building-web-based-uis-for-terminals-using-javascript-60b5eee31213
# Demo version:
It is hosted on heroku here:
https://byemck.herokuapp.com/
or here
http://byemck.atulr.com/
# To run locally:
1. `git clone` this repo
2. `npm install`
3. `npm start`This should launch the server in port:3000
After that open another terminal and do:
**Simple Example**
`curl http://localhost:3000/`
or
`wget -q -O - http://localhost:3000/`