0.1.12 • Published 2 years ago

waves-portugal v0.1.12

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Weather forecast in Portugal

Calls multiple sources for weather forecast in Portugal

npm version Build Status codecov

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
0.1.12

2 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago