1.0.0 • Published 7 years ago

inciweb v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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