SkillAgentSearch skills...

Vue Cryptocurrencies

A Vue 2.x cryptocurrencies demo using CryptoCompare streaming API

Install / Use

npx skills add ozoono/vue-cryptocurrencies

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vue-cryptocurrencies

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

<p align="center"> <a href="http://www.ozoono.com/vuejs/vue-cryptocurrencies/index.html" target="_blank"> <img src="http://www.ozoono.com/vuejs/vue-cryptocurrencies/screenshot-widget.png" alt="vue-cryptocurrencies demo" /> <br/> - Live demo - </a> </p>

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

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks4

Languages

JavaScript

Security Score

60/100

Audited on Aug 29, 2023

No findings