"# Bitcoin-Ticker"
you can know the current prise of 3 crypto currency i.e bit coin, litecoin,etherium into 3 fiat currency i.e USD GBP EUR with a current date-time stamp
this is basically built using "express.js" and "body parser" module of node this is built using the APIs provided by "htttps://www.bitcoinaverage.com"
"# Requiremnet" a) node (with npm) b) express,js (node's framework) c) body parser(https://www.npmjs.com/package/body-parser) :it is node's package .installation can be done via following command: "npm install body-parser"