Displays the price of Bitcoin against US Dollar with data obtained from Bitcoin Price Data Collector
git clone https://github.com/faddai/btc-price-ui.gitcd btc-price-ui- open
index.htmlin your browser
You can serve files in btc-price-ui with your webserver too (quickest way to do this, use python's SimpleHTTPServer module)
cd btc-price-uipython -m SimpleHTTPServer 9090- open
http://localhost:9090in your browser