https://github.com/antoinewg/velo
Quick study of bike transportation in Paris
https://github.com/antoinewg/velo
deck-gl streamlit velib
Last synced: 24 days ago
JSON representation
Quick study of bike transportation in Paris
- Host: GitHub
- URL: https://github.com/antoinewg/velo
- Owner: antoinewg
- License: mit
- Created: 2020-05-07T18:25:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T18:36:40.000Z (about 1 year ago)
- Last Synced: 2025-06-02T12:34:23.281Z (4 months ago)
- Topics: deck-gl, streamlit, velib
- Language: Python
- Homepage: https://velov.herokuapp.com/
- Size: 2.68 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Velo 🚴
[](https://travis-ci.com/antoinewg/velo)
[](https://codecov.io/gh/antoinewg/velo)### Installation
**Steps**:
- Create virtual environment: `python3 -m venv venv`
- Activate it: `source ./venv/bin/activate`
- Install dependencies: `make install`You're ready to go 🚀!
Run `make serve` and visit [localhost](http://127.0.0.1:8001) to start.