https://github.com/a7ul/byeanyfin
A fun farewell console web service
https://github.com/a7ul/byeanyfin
Last synced: over 1 year ago
JSON representation
A fun farewell console web service
- Host: GitHub
- URL: https://github.com/a7ul/byeanyfin
- Owner: a7ul
- Created: 2023-01-29T22:04:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:51:04.000Z (over 3 years ago)
- Last Synced: 2025-01-09T08:45:54.638Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://byeanyfin.atulr.com/
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# byeanyfin
A fun bye 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 GCP via cloud functions here:
https://byeanyfin.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/`
# To deploy
- `npm run deploy`