0.0.6 • Published 8 years ago

yandexweather v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

yandexweather

Unofficial Yandex Weather API NPM package for getting weather forecast from Yandex.

Install:

npm install yandexweather

Usage:

'use strict';

let yw = require('yandexweather');

yw.getWeatherForecast('Ashgabat', function(weather) {
  //weather.today - forecast for today
  //weather.forecast - forecast for the next 10 days (including today)
  console.log(JSON.stringify(weather, null, 2));
});
0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago