A simple Helium hotspot dashboard made in Vue which allows to see how much $HNT a given set of hotspots have earned on a daily bases.
Hosted on Heroku: https://helium-hotspot-dashboard.herokuapp.com/
The second version of the dashboard has a few more functionalities so far: including exporting the rewards from the selected period to Excel. This makes it easy to analyse the data with the tools that Excel provides.
For this project you need npmjs to install all packages with npm i
and serve with npm i serve -g
.
After that run npm run build
which produces a production build of the project in the newly created dist
-folder.
The last step is to run the production build with serve -s dist
.
If you've found the dashboard useful and want to donate some $HNT for my efforts, here's my wallet: 13hK5T4Qdys74xKHjBUEjatpuHkKMVaMYvUtvsB3Wt7zjm7g1Fy
.