API to get the weather forcasts
- GetWeatherForecasts() --> https://localhost:5001/weatherforecast
- GetWeatherForecasts(summary) --> https://localhost:5001/weatherforecast/chilly filter by summary which summary list is ("Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching").
- Refactoring code.
- Implement method filter with summary from GetWeatherForecasts service.
- Add unit testing.
- Re-structures the codebase.
- Create new classes/ modules /methods.
- Modify existing code.
- Change existing behaviors.
- Install more library than those already in the NuGet.
- Use Logger to log somethings.
- Validate input of GetWeatherForecasts(summary) method.
##Hint:
- Good luck Have fun!!