Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 997 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 997 Bytes

💰 HNT-Widget

A desktop widget to view the latest information on Helium (HNT) coin.

📐 Project Setup

git clone https://github.com/Mwpereira/HNT-Widget.git
cd HNT-Widget
npm install

🖥 Developing

Client

Develop using a Desktop Application

npm run electron:serve

🕸 Binance API

This software uses the Binance API, information here for the Binance Docs

📚 Frameworks

  • Vue.js - for building user interfaces and connecting Javascript/Typescript code
  • Electron - for the development of cross-platform desktop GUI applications
  • Bulma - for UI components and styling

🎨 Front-End

Dependencies

  • Buefy - for using UI components for Vue.js based on Bulma
  • axios - for the promise based HTTP client to handle requests

Gallery