A small script to get all city bike stations, their capacity and number of available bikes. Built with python and Flask using OsloBysykkel APIs
git clone https://github.com/dizzi90/bysykkel
cd bysykkel
$ pipenv shell
(bysykkel) $ gunicorn -w3 --bind 0.0.0.0:3000 --access-logfile city_bike:app
$ docker build -f deploy/Dockerfile -t bysykkel:test .
$ docker run -p 3000:3000 bysykkel:test