Web UI visualizing Douglas County Nebraska Parcels database.
http://codefornebraska.github.io/landlord/
Questions about this project can be directed to Jack Dunn [email protected] (Policy, Research & Innovation)
Source data from Douglas Country Nebraska Assessor / Register of Deeds GIS system. Specifically: this link and then we chose JSON as the output format.
Task list, bug reports in Github Issues.
This is a React (Javascript) stack hosted via github.io back-ending to a 189MB parcels.js
file
hosted on Google Drive.
(It's actually trickier than that. We don't use that parcels.js
file directly. We pull it into the local project
and parse it into three smaller files.)
Developer chat room (Slack): codefornebraska.slack.com #housing
Note: This project requires either pointing at the production api (no authentication needed) or a locally running landlord-api project Landlord API
- Clone repository
- npm install
- npm start