AdelaideBaron / mrc-condition-checker

An application to check the weather conditions of Mersey Rowing Club at the 6am and 6pm (for morning and evening sessions) to see if boats can go ahead.
MIT License
0 stars 0 forks source link

Map open weather response to a session conditions body #22

Closed AdelaideBaron closed 3 months ago

AdelaideBaron commented 4 months ago

Map a response from the api to a SessionConditionsresponse

Response body example: { "session_conditions" : [ "date_time": "dd/MM/yyyy HH:mm", "weather": { "temp_feels_like": 18, "description": "clear sky", "wind_speed": 34 }, "boats_allowed": { "single": false, "doubles": false, "quad": true, "eight_plus": true }] }

AdelaideBaron commented 3 months ago

Best to wait for #37 due to requirement for the date time