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

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

Awesome Lists containing this project

README

          

# Velo 🚴

[![Build Status](https://travis-ci.com/antoinewg/velo.svg?branch=master)](https://travis-ci.com/antoinewg/velo)
[![codecov](https://codecov.io/gh/antoinewg/velo/branch/master/graph/badge.svg)](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.