a7ul / byemck

A fun goodbye console web service

Home Page:http://byemck.atulr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A fun goodbye console web service

http://byemck.atulr.com/


Languages

Language:JavaScript 79.8%Language:HTML 13.8%Language:CSS 6.4%