This is a map of buildings with complaints for lack of heat, built for Brooklyn Eviction Defense.
You will need to first copy .env.sample
to .env
and edit it accordingly.
Then run:
yarn --frozen-lockfile
yarn build-data
yarn watch
Then visit http://localhost:1234/heat-map.
To update the data, re-run yarn build-data
.
To deploy the site, run yarn deploy
.
This project borrows heavily from the Housing Data Coalition's rtc-eviction-viz
project for the overall structure and data updating. It also relies on NYCDB for all of the data.