Feature Stream
Managing streams of geospatial data.
Installation
Install the package with npm
:
npm install feature-stream
Development
Run tests with the test
script:
npm test
You can also set up a watcher to run tests continuously during development.
npm run watch