opennebraska / landlord

Douglas County Nebraska Parcels

Home Page:https://opennebraska.github.io/landlord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web UI visualizing Douglas County Nebraska Parcels database.

http://codefornebraska.github.io/landlord/

Questions about this project can be directed to Jack Dunn jack@prineb.org (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.

Programmer Information:

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

Getting Started

Note: This project requires either pointing at the production api (no authentication needed) or a locally running landlord-api project Landlord API

  1. Clone repository
  2. npm install
  3. npm start

About

Douglas County Nebraska Parcels

https://opennebraska.github.io/landlord/

License:MIT License


Languages

Language:JavaScript 89.3%Language:HTML 9.2%Language:CSS 1.5%