Skip to content

averissimo/waves-portugal

Repository files navigation

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

About

Gets wave forecast for portugal (official IPMA source)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •