Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JayeshLab/vue-crypto-dashboard
Cryptocurrency Dashboard made with Vue
https://github.com/JayeshLab/vue-crypto-dashboard
amcharts binance binance-websocket-api charts cryptocurrencies cryptocurrency-dashboard dashboard svg vue vue-crypto-dashboard vuejs vuex websocket
Last synced: 9 days ago
JSON representation
Cryptocurrency Dashboard made with Vue
- Host: GitHub
- URL: https://github.com/JayeshLab/vue-crypto-dashboard
- Owner: JayeshLab
- License: mit
- Created: 2018-08-31T10:13:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T20:29:59.000Z (12 months ago)
- Last Synced: 2024-01-23T08:16:26.069Z (10 months ago)
- Topics: amcharts, binance, binance-websocket-api, charts, cryptocurrencies, cryptocurrency-dashboard, dashboard, svg, vue, vue-crypto-dashboard, vuejs, vuex, websocket
- Language: Vue
- Homepage: https://jayeshlab.github.io/vue-crypto-dashboard/
- Size: 3.73 MB
- Stars: 221
- Watchers: 5
- Forks: 117
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Crypto Dashboard
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.
Demo: [https://jayeshlab.github.io/vue-crypto-dashboard/](https://jayeshlab.github.io/vue-crypto-dashboard/)
## Tech Stacks- [Vue CLI 3](https://github.com/vuejs/vue-cli)
- [Vue 2](https://v2.vuejs.org/)
- [Vuex](https://github.com/vuejs/vuex)
- [Vue Router](https://github.com/vuejs/vue-router)
- [Sass](http://sass-lang.com/)
- [Bootstrap 4](https://getbootstrap.com/docs/4.1/getting-started/introduction/)
- [Binance Websocket Stream](https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md)
- [amcharts](https://www.amcharts.com/)
- [Cryptocompare News Api](https://min-api.cryptocompare.com/)
- [Custom sparkline chart](https://github.com/JayeshLab/vue-crypto-dashboard/blob/master/src/components/Sparkline.vue)
- [Custom Binance Websocket Api](https://github.com/JayeshLab/vue-crypto-dashboard/blob/master/src/services/api.js)## Prerequisites:
- Node/NPM
- Vue-cli 3.x## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```