WeatherStation is a WPF application developed in C# (.NET 10) that provides weather information, ephemeris data, and city information using several public APIs. The project demonstrates the use of MVVM and modern .NET practices.
- Weather data retrieval from InfoClimat API
- Ephemeris (astronomical) data from IPGeolocation
- French city information from Geo API Communes
- Modern WPF UI with reusable controls
- Clone the repository.
- Copy
appsettings.example.jsontoappsettings.jsonand provide your API keys for InfoClimat and IPGeolocation. - Open the solution in Visual Studio 2026.
- Build and run the project.
Edit appsettings.json:
- .NET 10
- Visual Studio 2026
See LICENSE file.
WeatherStation est une application WPF développée en C# (.NET 10) qui fournit des informations météorologiques, des données d'éphémérides et des informations sur les villes à l'aide de plusieurs API publiques. Le projet met en œuvre MVVM et les pratiques modernes de .NET.
- Récupération des données météo via l'API InfoClimat
- Données d'éphémérides via IPGeolocation
- Informations sur les communes françaises via Geo API Communes
- Interface WPF moderne avec contrôles réutilisables
- Clonez le dépôt.
- Copiez
appsettings.example.jsonenappsettings.jsonet renseignez vos clés API pour InfoClimat et IPGeolocation. - Ouvrez la solution dans Visual Studio 2026.
- Compilez et exécutez le projet.
Modifiez appsettings.json :
contact@lc2l-informatique.fr https://www.lc2l-informatique.fr
- .NET 10
- Visual Studio 2026
Voir le fichier LICENSE.