This app tries to connect to your Things 3 database file and serve the
contents through a Flask-powered API at 127.0.0.1:5000. It's recommended to
back up the database before running this app.
Very much still a WIP. Assume it will 💥destroy 💥 your Things 3 database. Make a backup.
-
Install Pipenv:
pip install pipenv -
Install dependencies:
pipenv install -
Build the app:
python setup.py py2app
-
Open
dist/things-api.app -
Look in the menu bar for the ☑️ icon:
-
Visit 127.0.0.1:5000/tasks
