https://github.com/rtuin/sonos-display
Display your Sonos' currently playing info on your TV, or any other device with a web browser.
https://github.com/rtuin/sonos-display
Last synced: 3 months ago
JSON representation
Display your Sonos' currently playing info on your TV, or any other device with a web browser.
- Host: GitHub
- URL: https://github.com/rtuin/sonos-display
- Owner: rtuin
- License: mit
- Created: 2015-06-22T06:20:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T07:19:20.000Z (about 11 years ago)
- Last Synced: 2025-01-21T02:42:46.056Z (over 1 year ago)
- Language: ApacheConf
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sonos-display
Display your Sonos' currently playing info on your TV, or any other device with a web browser.
## Prerequisites
* NodeJS
* A Sonos speaker
## Installation
Run the following commands:
```
$ npm install
$ npm build
```
Then locate your Sonos' IP-address (auto discovery feature is on the wishlist), and start the server using:
```
$ SONOS_HOST=[sonos-ip-address] node server/index.js
```
Go to http://your-ip:8000/ to view.
## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.
## Credits
- [Richard Tuin](https://github.com/rtuin)
This project was generated using the [Yeoman Angular generator](https://github.com/yeoman/generator-angular) v0.11.1.
## License
The MIT License (MIT). Please see the [license file](LICENSE) for more information.