npm install ca-reservoir-statusThis 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.
}
``