ageddesi/Mocked-API

Weather Endpoint

ageddesi opened this issue · 1 comments

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
}

Hi @ageddesi ,I would like to do this issue, please assign me. Thank you.