An open API service indexing awesome lists of open source software.

https://github.com/anergictcell/sonos-home

Webpage to control Sonos players locally
https://github.com/anergictcell/sonos-home

python sonos sonos-api

Last synced: 4 months ago
JSON representation

Webpage to control Sonos players locally

Awesome Lists containing this project

README

        

# Sonos API

## Setup
1. Install python modules
1. soco pip install soco
2. flask pip install flask
2. Clone the repository git clone ....
3. Start the server python api/flask_server.py
4. That's all

## Setup as daemon on raspberry py
1. Copy sonos.service to service directory cp sonos.service.sh /etc/init.d/sonos
2. Start the service daemon sudo service sonos start

## Copyright
The favicons are made by changing a [Freepik](http://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/). The icons are licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/")

The rest of the code from me can be used as you like.