Skip to content

A Vue 2.x cryptocurrencies demo using CryptoCompare streaming API

Notifications You must be signed in to change notification settings

ozoono/vue-cryptocurrencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-cryptocurrencies

A Vue 2.x simple cryptocurrencies demo widget with real-time data updates.

vue-cryptocurrencies demo
- Live demo -

Notes

  • Built using webpack starter in vue-cli (Vue CLI 2)

  • Quotes are obtained from CryptoCompare through its streaming API (Documentation here). Cryptocompare also provides a javascript library with some utility functions to map the responses, which is included in index.html as an external js file.

  • API connection is established using vue-websocket, a socket.io plugin for Vue.js

Quickstart

To start:

$ npm install

To develop:

$ npm run dev

To build for production:

$ npm run build

Releases

No releases published

Packages

No packages published