bcruddy / dataviz

scratchpad for quick data visualizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataviz

quick and dirty app for hacking together quick data visualizations with express, vue.js, and highcharts

set your data source

src/components/DataViz.vue

start the application

the application is composed of two child apps - the UI and and the API layer.

start the ui:

$ dataviz/ui npm run serve

start the api:

$ dataviz/api node index.js

About

scratchpad for quick data visualizations

License:MIT License


Languages

Language:JavaScript 98.0%Language:Vue 1.6%Language:HTML 0.4%