UBike Real-time analysis is a website written with d3.js and Python.
This website fulfill and offer various functions that official app isn't offering.
To use our website, you may download the source code and start the server by yourself.
Backend : Python Flask + Folium
Frontend : Normal HTML/CSS and D3.js
- Clone or download the repo
pip install -r requirements.txt
python server.py
(python3 server.py
)localhost:5000
will be the frontend of the website.