buienradar

1.0.0 • Public • Published

Buienradar

Gets the forecast based on your GPS Coordinates (lat/lon);

Installation

$ npm install buienradar

Example

const Buienradar = require('..');
 
// create a Buienradar instance
const b = new Buienradar({
    lat: 52.22377,
    lon: 6.87236,
});
 
// get the forecast
b.getNextForecast().then(forecast => {
    console.log('The next forecast is:', forecast);
}).catch(console.error);

See ./examples/ for more examples.

Readme

Keywords

none

Package Sidebar

Install

npm i buienradar

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.42 kB

Total Files

5

Last publish

Collaborators

  • robinbolscher
  • weejewel
  • athombv-github-actions