Build a Weather.cs helper that abstracts away the differences of the different weather APIs for the common use cases #120
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
to do
Take a look at the different weather APIs and their responses in
WeatherReportExamples
Define a few user stories what are common use cases how weather APIs are typically used.
E.g. this one is probably a good one to start with:
This
Weather.cs
should not try to do that much (for most use cases the specific APIs should be used) and it should also try to be stateless. One thing that can be tested is if it can normalize the responses from the different providers to map to a commonWeatherResponse
The text was updated successfully, but these errors were encountered: