Skip to content

growler/yandex-weather-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple HTTP server that does exactly two things:

  • fetches Yandex.Weather forecast data and exposes it at "/weather.json" URL. The server caches forecast data to avoid exhausting free Yandex.Weather request limit of 50 requests per day.
  • fetches Yandex.Weather icons, converts these from SVG to PNG format (using librsvg2 rsvg-convert binary) and exposes they at "/icon/[name].[res].png" URL, where "[res]" is PNG width.

I use this server together with Iridium 7" Panel and iridi application to display weather forecast.

Thanks to Rust, the server consumes very little resources and perfectly runs on a ARMv7 Wirenboard Controller

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages