Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/`