Skip to content
forked from cpietsch/harvest

zec cash mining dashboard for the harvest project using nanopool.org

License

Notifications You must be signed in to change notification settings

since1968/harvest

 
 

Repository files navigation

Harvest

This is the endpoint of the realtime visualization for Julian Olivers HARVEST installation. Using ZEC (zash) nanopool.org and cryptocompare.com API.

View #1

https://cpietsch.github.io/harvest/#/vis/t1brhGiJhFEj2vnxN8gSrxLdokjgJLzSpsU/graph

View #2

https://cpietsch.github.io/harvest/#/vis/t1brhGiJhFEj2vnxN8gSrxLdokjgJLzSpsU/dashboard

Contribute

This little project is also a test bench for vuejs, rxjs and d3 integration. You will see that I used rxjs subscriptions for async api calls like here but also traditional methods mutating the state here. After this rxjs experiment I feel like the standart methods (with e.g. vuex) is way more flexible, though the reactive fetching is quite elegant. Feel free to ping me on that topic! The d3js+vuejs integration works smoothly like in animated transitions and in the axis components.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

About

zec cash mining dashboard for the harvest project using nanopool.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.6%
  • JavaScript 46.6%
  • HTML 0.8%