Skip to content

bkazic/weather-arso-api-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
})

About

node wrapper for ARSO weather data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published