Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chadiem/horaires-piscine


https://github.com/chadiem/horaires-piscine

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Horaires pour les piscines Montherlant et Auteuil

... en format JSON.

## Request

`curl localhost:8080/api/piscine`

## Response

```json
[
{"day":"Mardi","opening-hours":[{"open":"07h00","close":"08h30"},{"open":"11h30","close":"13h30"},{"open":"16h45","close":"22h00"}]},
{"day":"Mercredi","opening-hours":[{"open":"07h00","close":"08h30"},{"open":"11h30","close":"18h00"}]},
{"day":"Jeudi","opening-hours":[{"open":"07h00","close":"08h30"},{"open":"11h30","close":"13h30"}]},
{"day":"Vendredi","opening-hours":[{"open":"07h00","close":"08h30"},{"open":"11h30","close":"13h30"}]},
{"day":"Samedi","opening-hours":[{"open":"07h00","close":"18h00"}]},
{"day":"Dimanche","opening-hours":[{"open":"08h00","close":"18h00"}]},
{"day":"Lundi","opening-hours":[]},
{"day":"Mardi","opening-hours":[{"open":"10h00","close":"22h00"}]},
{"day":"Mercredi","opening-hours":[{"open":"07h00","close":"18h00"}]},
{"day":"Jeudi","opening-hours":[{"open":"07h00","close":"18h00"}]},
{"day":"Vendredi","opening-hours":[{"open":"07h00","close":"18h00"}]},
{"day":"Samedi","opening-hours":[{"open":"07h00","close":"18h00"}]},
{"day":"Dimanche","opening-hours":[{"open":"08h00","close":"18h00"}]}
]
```