inciweb
v1.0.0
Published
Unofficial inciweb data scraper.
Downloads
1
Maintainers
Readme
InciWeb
An unofficial InciWeb incident scraper/parser.
Installation
npm install --save inciweb
Usage
// node.js
'use strict';
const calfire = require('calfire');
calfire.rss().then(console.log);
// returns a list of active incidents;
calfire.get(12345).then(console.log);
// gets an incident from the ID provided.
License
See LICENSE.txt