A desktop widget to view the latest information on Helium (HNT) coin.
git clone https://github.com/Mwpereira/HNT-Widget.git
cd HNT-Widget
npm install
Develop using a Desktop Application
npm run electron:serve
This software uses the Binance API, information here for the Binance Docs
- 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
- Buefy - for using UI components for Vue.js based on Bulma
- axios - for the promise based HTTP client to handle requests