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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i yandexweather

    Weekly Downloads

    4

    Version

    0.0.6

    License

    MIT

    Last publish

    Collaborators

    • torayeff