Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.03 KB

Kptn to Mealie Frontend

This is a lightweigth web frontend to add recipes from KptnCook to Mealie via the shared link.
The app is designed as pwa and so it can be installed as web-app on mobile devices via chrome.

Many thanks to https://github.com/ephes/kptncook for the backend functionality.
Also a big thank you for your fantastic cooking apps @Mealie and @KptnCook.

Disclaimer

This app is work in progress and should not be exposed.
I only wanted to have a quick solution to add recipes from KptnCook to Mealie.

Installation

Please install the backend first: https://github.com/ephes/kptncook

After that you need to install flask:

pip install flask

Now you can clone the repository and start the frontend.

Start Application

To start the flask app just execute it:

python3 app.py

Afterwards you can reach the app at port 5000.

image