All Projects → cpietsch → Harvest

cpietsch / Harvest

Licence: gpl-3.0
zec cash mining dashboard for the harvest project using nanopool.org

Projects that are alternatives of or similar to Harvest

Vue.d3.tree
Vue component to display tree based on D3.js layout.
Stars: ✭ 726 (+3200%)
Mutual labels:  vuejs2, d3js
D3vue
D3.js vs Vue.js examples
Stars: ✭ 225 (+922.73%)
Mutual labels:  vuejs2, d3js
Dockeron
🤖🤖🤖 Electron + Vue.js for Docker
Stars: ✭ 757 (+3340.91%)
Mutual labels:  vuejs2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+3972.73%)
Mutual labels:  vuejs2
Angularfire
The official Angular library for Firebase.
Stars: ✭ 7,029 (+31850%)
Mutual labels:  rxjs
Rxjs Docs Cn
RxJS 5 中文文档
Stars: ✭ 786 (+3472.73%)
Mutual labels:  rxjs
Push State
Turn static web sites into dynamic web apps.
Stars: ✭ 16 (-27.27%)
Mutual labels:  rxjs
D3.v4 Api Translation
D3.js 4.x 中文手册
Stars: ✭ 751 (+3313.64%)
Mutual labels:  d3js
Pokedexvuejs
A Pokedex that will contain all 807 pokemon from the Pokemon series. Created in Vue.js
Stars: ✭ 19 (-13.64%)
Mutual labels:  vuejs2
Apiauto
☔ 敏捷开发最强大易用的 HTTP 接口工具,机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释。☔ The most advanced tool for HTTP API. Testing with machine learning, generating codes, static analysising, generating documents, generating annotations and floating hints.
Stars: ✭ 820 (+3627.27%)
Mutual labels:  vuejs2
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (-22.73%)
Mutual labels:  vuejs2
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+31145.45%)
Mutual labels:  vuejs2
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+3477.27%)
Mutual labels:  rxjs
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+3931.82%)
Mutual labels:  vuejs2
Avoriaz
🔬 a Vue.js testing utility library
Stars: ✭ 771 (+3404.55%)
Mutual labels:  vuejs2
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-18.18%)
Mutual labels:  vuejs2
Vue Snotify
Vuejs 2 Notification Center
Stars: ✭ 755 (+3331.82%)
Mutual labels:  vuejs2
Refract
Harness the power of reactive programming to supercharge your components
Stars: ✭ 791 (+3495.45%)
Mutual labels:  rxjs
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-68.18%)
Mutual labels:  vuejs2
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-9.09%)
Mutual labels:  vuejs2

Harvest

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

Harvest

View #1

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

View #2

https://cpietsch.github.io/harvest/#/vis/t1YR6ihrgmWWGp4kDjyeXRpbUgEUzmFDSVC/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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].