- This will display the aggregate unemployment data for all US states as a choropleth.
- Used to display effects of COVID-19 on unemployment claims.
- We pull data weekly from https://www.dol.gov/ui/data.pdf and aggregate it.
- Pull down this repo
- For development, make sure that you have an HTTP Server that can serve up
index.html
- example:
$ python -m SimpleHTTPServer 7800
, if you have python SimpleHTTPServer
- example:
- Fire up your favorite HTTP server in the root directory
- Fire up index.html - if you use the example above, then it's:
http://localhost:7800/
- Merge a feature branch or an up to date master into gh-pages and push to gh-pages.
This draws inspiration from the following: