texas-weather-connection
v1.0.0
Published
Retrieve data collected by the Texas Weather Connection (http://twc.tamu.edu/)
Downloads
2
Readme
texas-weather-connection
Retrieve data collected by the Texas Weather Connection (http://twc.tamu.edu/)
Install
$ npm install texas-weather-connection
Usage
const twc = require('texas-weather-connection');
twc.getKBDI('8/17/17', data => console.log(data));
twc.getTFD('8/17/17', data => console.log(data));
twc.getNEXRAD('8/17/17', data => console.log(data));
License
MIT © blindman