A platform for retrieving information about micromobility services like MILES Mobility GmbH with focus on the Berlin area.
This repository includes our scraper, cached api, web app, mobile app, and admin interface. Please find get started guides in the respective subdirectories.
Our Miles SDK abfahrt is currently private to not encourage abuse. The scraper and mobile app will not work without them, contact us for more information.
Some modules (specifically, the scraper) require abfahrt. This is now done via a submodule, no longer via a private package.
To fetch abfahrt, run:
git submodule update --init
To fetch upstream changes later, run git submodule update --remote