A Cryptocurrency Dashboard build with Vue JS, PWA enabled, Binance Websocket API for realtime price, amChart for displaying historical charts, SVG Sparkline Chart and Latest News feed from Cryptocompare site.
- Vue CLI 3
- Vue
- Vuex
- Vue Router
- Sass
- Bootstrap 4
- Binance Websocket Stream
- amcharts
- Cryptocompare News Api
- Custom sparkline chart
- Custom Binance Websocket Api
- Docker
- Node/Yarn
- Vue-cli 3.x
yarn install
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
This fork has added basic Docker support which is still work in progress.
docker build -t tokentracker .
docker run -d -P --name tokentracker-app -p 3000:80 tokentracker
After running these commands you should be able to visit the app by navigation to http://localhost:3000.