ozoono / vue-cryptocurrencies

A Vue 2.x cryptocurrencies demo using CryptoCompare streaming API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Vue 2.x cryptocurrencies demo using CryptoCompare streaming API


Languages

Language:JavaScript 74.4%Language:Vue 23.8%Language:HTML 1.9%