Awesome
About
Coincharts is a cryptocurrency price chart based off Coinbase's original price chart on https://www.coinbase.com/charts and is a Vue.js port of the React.js app by tohjustin
<p align="center"> <img src="./docs/screenshot.png"> </p>- Bootstrapped with vue-cli
- Built with Vue.js, Vuex**, Vue-Router**, , D3.js
- Prices retrieved from Coinbase API
Getting Started
Start the application's server
yarn start
Packaging
NOTE: Make sure you have updated
.env.build
before proceeding
Create a production build of the application & output the bundle into /build
yarn build
Scripts
Downloading API data
Takes a snapshot of responses from coinbase API & saves them into JSON files in public/priceData
used for offline development
yarn script:downloadPriceData
License
Coincharts is MIT licensed.