View county-stratified income, age and education from MA (data from US Census Bureau). Made by Harini Suresh, Maryam Archie, Lior Hirschfeld, Zoe Anderson, Kaveri Nadhamundhi, and Eliza Kokhar for the Massacusetts Nonprofit Network through MIT Code for Good.
- Clone repository
- Get an API key from the United States Census Bureau's Developer page
- Create a file
settings.json
in the public directory with
{"KEY" = "<your-key>"};
npm install
npm start
- Navigate to
localhost:3000