Added mobile app section to the README

This commit is contained in:
Fabio Manganiello 2021-03-26 01:44:54 +01:00
parent 570f1d0cf6
commit c16f8aa39e
1 changed files with 6 additions and 0 deletions

View File

@ -477,6 +477,12 @@ platydock stop device_id
platyvdock rm device_id
```
## Mobile app
An [official Android app](https://f-droid.org/en/packages/tech.platypush.platypush/) is provided on the F-Droid store.
It allows to easily discover and manage multiple Platypush services on a network through the web interface, and it
easily brings the power of Platypush to your fingertips.
## Tests
To run the tests simply run `pytest` either from the project root folder or the `tests/` folder.