yandexweather

0.0.6 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    4
    • latest

Version History

Package Sidebar

Install

npm i yandexweather

Weekly Downloads

4

Version

0.0.6

License

MIT

Last publish

Collaborators

  • torayeff