A simple node.js app that cleans Google Flu Trends data into a CSV format suitable for Dash
# get it from GitHub
git clone git@github.com:jerryorr/sniffles.git
cd sniffles
# Fire it up
node server
# United States data only
curl http://localhost:5000
# A variety of regions
curl 'http://localhost:5000?region=United%20States®ion=Pennsylvania®ion=Maryland'
- Deploy
sniffles
somewhere that the intewebs can see it (like Heroku) - Go to http://thedash.com
- Sign up for an account if you don't already have one
- Create a new dashboard
- Select + > Custom > Custom Chart
- Put
http://yourhost.org:5000?region=United%20States®ion=Pennsylvania®ion=Maryland
in theData URL
field. - Gaze in amazement at your beautiful chart.