Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

torayeff/yandexweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yandex Weather API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published