Show HN: Mini PBS – A minimal public bike status webapp

8 hours ago 1

A minimal webapp to check your daily bike stations in one click and a fraction of a second.

Many PBS system have an application to consult the availablity of bikes on stations. But these applications are often cumbersome, slow and impractical. So I made a (very) lightweight webapp to display your daily bike stations with the data of the CityBikes API.

Screenshot of the app

Open the webapp

The features are:

  • More than 700 bike sharing systems available around the world (via the CityBikes API)
  • List the availability of mechanical and electrical bikes on all stations
  • Pin your regular stations to the top of the list (and bookmark your configuration)
  • Lightweight page (< 80ko), minimal UI
  • no cookies, no login

The app is made with Flask, a Python web framework. It is based on the CityBikes API that provides coherent data from more than 700 bike sharing systems.

git clone https://github.com/adrien-delhorme/mini-pbs cd mini-pbs/ python3 -m virtualenv .venv source .venv/bin/activate python3 -m pip install -r requirements.txt
source .venv/bin/activate python3 -m flask run
Read Entire Article