Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 621 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 621 Bytes

KSSB Menu API

This is a Flask app that makes the KSSB Menu accessible via an API.

You can check out the main repo for more information about KSSB Menu itself.

Usage

Here are basic commands to make this code run in your own environment:

git clone https://github.com/kssb-cc/kssb-menu-api.git
cd kssb-menu-api
pip3 install -r requirements.txt
python3 app.py

Note

You can specify a port if you want to run the Flask app on a different port by supplying it as an argument. For example, you can use:

python3 app.py 3045

And the server will run on port 3045.