npm

arso-weather

0.1.2 • Public • Published

ARSO Weather

Build Status

Slovenian historical and current weather data. Arso archive wrapper for node. http://meteo.arso.gov.si/met/sl/archive/

Installation

npm install arso-weather

Usage

var WeatherArso = require('arso-weather');
var weatherArso = new WeatherArso()

weatherArso.weatherData("2015-02-03", "2015-02-04", function (err, data) {
    if (err) throw err;
    console.log(data.data);
})

Readme

Keywords

none

Package Sidebar

Install

npm i arso-weather

Weekly Downloads

1

Version

0.1.2

License

none

Last publish

Collaborators

  • bkazic