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.

Readme

Keywords

Package Sidebar

Install

npm i random-geojson-stream

Weekly Downloads

2

Version

0.0.0

License

MIT

Last publish

Collaborators

  • finnpauls