waves-portugal

0.1.12 • Public • Published

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

/waves-portugal/

    Package Sidebar

    Install

    npm i waves-portugal

    Weekly Downloads

    1

    Version

    0.1.12

    License

    GPL-3.0-or-later

    Unpacked Size

    6.11 kB

    Total Files

    8

    Last publish

    Collaborators

    • averissimo