Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a7ul/byeiz
A fun goodbye service for iZettle
https://github.com/a7ul/byeiz
app bye console experiment javascript web
Last synced: about 2 months ago
JSON representation
A fun goodbye service for iZettle
- Host: GitHub
- URL: https://github.com/a7ul/byeiz
- Owner: a7ul
- Created: 2019-03-07T19:03:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T10:21:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:12:48.887Z (8 months ago)
- Topics: app, bye, console, experiment, javascript, web
- Language: JavaScript
- Homepage: https://byeiz.herokuapp.com
- Size: 643 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# byeiz
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://byeiz.herokuapp.com/
or here
http://byeiz.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/`