0.1.12 • Published 3 years ago

waves-portugal v0.1.12

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
3 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

3 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago