REST API server built with flask, based on the dsbapipy library from @nerrixde - will be used in my upcoming custom DSB client. I had to put everything into one file and remove some code due to some import errors. Sorry for the messy code... This is my first fullstack project
This API is also hosted here:
https://better-vplan-server.vercel.app/
POST /
| Parameter | Type | Description |
|---|---|---|
username |
string |
Your DSBmobile username |
password |
string |
Your DSBmobile password |
Clone the project
git clone https://github.com/joel-wlf/better-vplan-server.gitGo to the project directory
cd better-vplan-serverInstall dependencies
pip install -r requirements.txtStart the server
flask runThis project is licensed under the Apache 2.0 License.
- DSBApi library