Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
kettenbach-it committed May 6, 2021
1 parent 92bbcfc commit 5ba35c7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
#
# REST API for Logitech Media Server built with Python Flask

This software is an adapter between a REST interface
and the JSON-RPC interface of the [Logitech Media Server](https://github.com/Logitech/slimserver)

It can be used to control your Logitech Media Server over a REST compliant API.

## Installation
This service was developed with the aim of running in docker.
It will also work without docker, but docker is the recommended way.

Currently I don't provider a docker image on docker hub, so you
need it to build on your own.

## References

### Source Code
Can be found on [GitHub](https://github.com/kettenbach-it/logitech-media-server-flask-rest-api)



## License
GNU AGPL v3

Fore more, see [LICENSE](LICENSE)

0 comments on commit 5ba35c7

Please sign in to comment.