Add readme

This commit is contained in:
Pavle Portic 2018-03-21 02:31:43 +01:00
parent a22822f719
commit 64f77d7dd2
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -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).