rocksdanister/weather

More weather providers

Open

#14 opened on Oct 3, 2023

 (8 comments) (3 reactions) (0 assignees)C# (43 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (723 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently supported Weather providers:

  • Qweather
  • Open-meteo
  • OpenWeatherMap

Weather client implementation is abstracted. More providers can be added by creating new client implementation.

The weather data is processed as detailed here.

Example showing new weather client implementation.

Community contributions are welcome.

Contributor guide