neighborhood-boundaries

1.0.1 • Public • Published

neighborhood-boundaries NPM version Downloads

Downloads and converts Zillow neighborhood data for the United States.

You define the processing logic, so you can put it into any DB you like.

Install

npm install neighborhood-boundaries

Example

import import from 'neighborhood-boundaries'
 
import({
  // this function is called every time a record is parsed
  onBoundary: (doc, cb) => {
    cb() // make sure to call the cb
  },
 
  // this function is called when all records are parsed and processed
  onFinish: (err) => {
 
  }
})

Package Sidebar

Install

npm i neighborhood-boundaries

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • yocontra