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
- Bootstrapped with vue-cli
- Built with Vue.js, Vuex**, Vue-Router**, , D3.js
- Prices retrieved from Coinbase API
Start the application's server
yarn start
NOTE: Make sure you have updated
.env.build
before proceeding
Create a production build of the application & output the bundle into /build
yarn build
Takes a snapshot of responses from coinbase API & saves them into JSON files in public/priceData
used for offline development
yarn script:downloadPriceData
Coincharts is MIT licensed.