Simple AngularJS web app to elegantly show the current price of Bitcoin.
Supported currencies, currency symbols, and current spot price data is pulled from the BitPay API.
A simple 31 day Bitcoin price history is graphed using data from the Coindesk API.
- Node.js
- Yeoman
- Bower
- Grunt
- AngularJS
- Bootstrap
- Nvd3
- D3
This project was scaffolded using the Yeoman angular generator.
- Run
npm install
andbower install
to install package dependencies. - Run
grunt serve
for live preview.