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

Create GET condition_checker/get_conditions #5

Closed AdelaideBaron closed 4 months ago

AdelaideBaron commented 4 months ago

Empty endpoint initially (no logic) Setup the optional parameters Add the response body (to have nulls by default)

{ "date": "dd/MM/yyyy", "conditions" : [ "time": "HH:mm "weather": { "temp_feels_like": 18, "description": "clear sky", "wind_speed": 34 }, "boats_allowed": { "single": false, "double": false, "quad": true, "eight_plus": true }] }