a basic bitcoin tickerr website through which user can know the price of bitcoin in any currency they want
-> users can know the rate of bitcoins -> users can have a basic knowledge of how to build a website using node.js
-> htm5 -> css -> javascript -> node.js
-> install node.js version 8 or higher
-> set up and run node.js
-> git clone : https://github.com/abhish3kjaswal/bitcoin-tickerr-nodejs-website.git
-> in cmd go to path cd ~/path/to/bitcoin-ticker-nodejs-website
-> npm install ( install npm dependencies )
-> then in cmd : node index.js