Minimalistic and modern user interface to display your HNT miner's data.
HM Dashboard is a low resource and bandwidth alternative to Helium Explorer.
HM Dashboard currently uses Helium APIs.
This project is intended to receive community participation, if there's an optimizations, features, or fixes you have or can think of, feel free to open a pull request or create an issue 🙂
- Purchase custom domain to host HM Dashboard
Release Date: September 9th, 2021
- Initial release with Miner summary
- Receive feedback from community and users
Release Date: September 12th, 2021
- Fix any bugs/errors
- Add Settings
- Add Witnesses section
- Add Rewards section
- Add Location section
Release Date: November 25th, 2021
- Adding HNT price within the nav bar
- Adding retry to failing Helium APIs
- Adding favourites list within the nav bar
- Splitting Rewards section into Miner & Owner
- Adding an accessible/searchable favourites list
- Adding get hotspot url link button
- Fixing search results on homepage
- Updating time formatting
- Updating responsiveness
- Updating styling
- Updating handling errors
Thank you everyone for providing feedback and using HMDashboard!
Release Date: TBA
- Automatic refresh of data
- Allow user to select currency shown for HNT price
- Adding unit and e2e testing
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate