inciweb

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i inciweb

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ravenstine