Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadiem/horaires-piscine
https://github.com/chadiem/horaires-piscine
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadiem/horaires-piscine
- Owner: ChadiEM
- License: mit
- Created: 2024-02-06T22:06:04.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T08:52:46.000Z (about 1 month ago)
- Last Synced: 2024-10-08T13:19:23.343Z (about 1 month ago)
- Language: Go
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"}]}
]
```