React.js app that monitors changes in the Bitcoin Price Index (BPI)
- Axios - Promise based HTTP client for the browser and node.js
- CoinDesk Bitcoin Price Index API - Provides Bitcoin Price Index data
- React.js - Used to generate RSS Feeds
- Prettier - An opinionated code formatter.
- ESlint - Pluggable JavaScript linter
- React.js uses Axios to get Data from CoinDesk
- Graphs BTC price for the last 30 days
- Renders data on Line Graph in SVG
npm install
npm start
Chris Bradshaw – @_chrisbradshaw – [email protected]
This project is licensed under the MIT License.
https://github.com/chrisbradshaw
- Fork it (https://github.com/chrisbradshaw/hodl-svg-line-chart)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request