Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinese-soup/nextbike-mapycz
Jednoduchá mapa ukazující Nextbike parkoviště na podkladu Mapy.cz, pro použití na počítači bez aplikace na mobilu
https://github.com/chinese-soup/nextbike-mapycz
bike-sharing bikesharing cycling maps mapycz nextbike
Last synced: about 1 month ago
JSON representation
Jednoduchá mapa ukazující Nextbike parkoviště na podkladu Mapy.cz, pro použití na počítači bez aplikace na mobilu
- Host: GitHub
- URL: https://github.com/chinese-soup/nextbike-mapycz
- Owner: chinese-soup
- Created: 2022-09-09T11:20:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T16:46:31.000Z (over 2 years ago)
- Last Synced: 2024-10-13T01:29:17.390Z (2 months ago)
- Topics: bike-sharing, bikesharing, cycling, maps, mapycz, nextbike
- Language: HTML
- Homepage:
- Size: 2.39 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapy.cz nextbike map
A really simple "static" website showing a map of bike parking spots available on the Nextbike app, since Nextbike doesn't provide a desktop/web version of the live availability map.Using [jQuery](https://jquery.com/), [Mapy.cz API](https://api.mapy.cz/) and NextBike non-public(?) API.
## Screenshot
![screenshot of the webpage](assets/scr.png "Title")## How to use
### Clone repo:
```bash
git clone https://github.com/chinese-soup/nextbike-mapycz.git
cd nextbike-mapycz
```
### Open index.html in your favourite browser
```bash
firefox index.html
```
### Or host on an HTTP server, e.g.
```bash
$ python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
```## Attribution
Original `Map_marker.svg` by[Andrew Onorato, modified by User:Psubhashish](https://commons.wikimedia.org/wiki/File:Map_marker.svg), [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0), via Wikimedia Commons