An open API service indexing awesome lists of open source software.

https://github.com/naocoding/ubike-realtime-web

Website made with d3.js + python fetching real time data ubike api
https://github.com/naocoding/ubike-realtime-web

Last synced: about 1 month ago
JSON representation

Website made with d3.js + python fetching real time data ubike api

Awesome Lists containing this project

README

          

## UBike Real-time Analysis

### Overview

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.

### Architecture
Backend : Python Flask + Folium

Frontend : Normal HTML/CSS and D3.js

### How to use

1. Clone or download the repo
2. `pip install -r requirements.txt`
3. `python server.py` (`python3 server.py`)
4. `localhost:5000` will be the frontend of the website.

### Screenshots

![image](https://github.com/user-attachments/assets/8d9aeb4c-ba38-4129-8d21-b1be7f8cfff6)
![image](https://github.com/user-attachments/assets/d53eaa23-4a0f-468b-93a0-c7f19c8e3b56)