Buienradar
Gets the forecast based on your GPS Coordinates (lat/lon);
Installation
$ npm install buienradar
Example
const Buienradar = ; // create a Buienradar instanceconst b = lat: 5222377 lon: 687236; // get the forecastb;
See ./examples/
for more examples.