How many city bikes are at the nearest station?
No map, because you probably already know where they are anyway.
If you want to use it from a fixed location, use the name (or part of a name, case-insensitive) or ID of a station or lat/lon coordinates:
- https://citybikes.github.io/?name=rautatientori
- https://citybikes.github.io/?id=161
- https://citybikes.github.io/?lat=60.168333&lon=24.95625
Or show only specific stations:
- https://citybikes.github.io/?names=Eteläesplanadi,Kasarmitori,Unioninkatu
- https://citybikes.github.io/?ids=161,010,011
To check available names or IDs:
- https://citybikes.github.io/?turku
- https://citybikes.github.io/?turku&name=föri
- https://citybikes.github.io/?turku&id=23
- https://citybikes.github.io/?turku&lat=60.4518&lon=22.2666
python3 -m http.server 8000
Then visit http://localhost:8000/