Weather Endpoint
ageddesi opened this issue · 1 comments
ageddesi commented
Is your feature request related to a problem? Please describe.
Would be ace to create an endpoint for weather as this is used in a lot of tutorials
Describe the solution you'd like
Weather Types
"Freezing",
"Bracing",
"Chilly",
"Cool",
"Mild",
"Warm",
"Balmy",
"Hot",
"Sweltering",
"Scorching"
Result = an array of weather results
Weather result = {
date: DateTime
temperatureC: number
temperatureF: number
summary: WeatherType
}
vishva-mahadevan commented
Hi @ageddesi ,I would like to do this issue, please assign me. Thank you.