open-meteo-dotnet icon indicating copy to clipboard operation
open-meteo-dotnet copied to clipboard

A .Net library for the Open-Meteo.com API.

Results 6 open-meteo-dotnet issues
Sort by recently updated
recently updated
newest added

The forecast_days parameter allows for getting forecasts for a specific number of days in an easier way compared to using start and end dates. Additionally adding a check to prevent...

I have ASP.NET CORE 6 WEB API. ![image](https://github.com/AlienDwarf/open-meteo-dotnet/assets/59646470/d1149d5f-db16-44b6-881d-f5f6efacc85f) Below is my code: public async Task GetForecast() { _logger.LogInformation("Getting all Forecasts..."); OpenMeteoClient client = new OpenMeteoClient(); HourlyOptionsParameter[] parameters = new HourlyOptionsParameter[]...

bug

### Description I would like to add Open Meteo API support to my UWP weather application Unfortunately, UWP only supports .NET Standard 2.0 ### Describe the solution you'd like Change...

enhancement

### Description Standardize SDKs across all languages. ### Describe the solution you'd like Move all SDKs to [open-meteo/sdk](https://github.com/open-meteo/sdk) with the integration of the FlatBuffer library (currently *not available for .NET*)....

enhancement

I was wondering if you want someone else to help you maintaining this library/client. I am up for it. For now i just forked it and did some code cleanup,...