1.0.0 • Published 8 years ago

ca-reservoir-status v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ca-reservoir-status

California Reservoir Status from url http://cdec.water.ca.gov/cgi-progs/reservoirs/RES

This module will read the web page, and generated a json data structure containing data found on the page. In addition, the module will create typical natural language sentinces or messages for use in an Alexa skill.

To use:

var cadata = require('ca-reservoir-status');

cadata.exec(mycallback);

function mycallback(dataReturned) {
// Do something with dataReturned.
}
1.0.0

8 years ago