From 64f77d7dd239d0dc20835677cbccc8013eedd602 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Wed, 21 Mar 2018 02:31:43 +0100 Subject: [PATCH] Add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..683eee8 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# i3Control + +A basic android app that controls media functionality on my Linux PC. +This is the first version, so everything is hardcoded and messy. + +## Android app + +Just change the url to your backend in the `ApiService` class and build the app. + +## Python backend + +You can run it through wsgi or just directly from the shell using `python run.py`. +The only dependency is [Flask](https://pypi.python.org/pypi/Flask).