Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.1 KB

Helsinki and Turku city bikes

How many city bikes are at the nearest station?

No map, because you probably already know where they are anyway.

https://citybikes.github.io

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:

Or show only specific stations:

To check available names or IDs:

Turku

How to test locally

python3 -m http.server 8000

Then visit http://localhost:8000/

See also