random-geojson-stream

0.0.0 • Public • Published

random-geojson-stream

Readable stream that emits random GeoJSON features in a given interval.

Install with npm install random-geojson-stream.

Usage

var randomgeojson = require('random-geojson-stream')
 
randomgeojson({interval: 1000}).on('data', function (feature) {
  console.log(feature)
})

The default interval is 500.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i random-geojson-stream

      Weekly Downloads

      1

      Version

      0.0.0

      License

      MIT

      Last publish

      Collaborators

      • finnpauls