waves-portugal
v0.1.12
Published
Retrieve wave information for Portuguese official weather institute
Downloads
7
Readme
Weather forecast in Portugal
Calls multiple sources for weather forecast in Portugal
Install
$ npm install waves-portugal
Usage
const {IPMA} = require('waves-portugal');
const ipma = new IPMA();
ipma.forecast(42) // for Cabo Espichel, Portugal
.then(response => console.log(response))
.catch(error => console.log(error));
Test
npm test