This is the endpoint of the realtime visualization for Julian Olivers HARVEST installation. Using ZEC (zash) nanopool.org and cryptocompare.com API.
https://cpietsch.github.io/harvest/#/vis/t1YR6ihrgmWWGp4kDjyeXRpbUgEUzmFDSVC/graph
https://cpietsch.github.io/harvest/#/vis/t1YR6ihrgmWWGp4kDjyeXRpbUgEUzmFDSVC/dashboard
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.
# 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