Skip to content

jishi/node-sonos-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

node-sonos-discovery

This is a simplification of the Sonos implementation of UPnP for the node.js stack. This library will allow you to interact with your sonos system with simple commands like play, pause, next etc, but is expected to be ran at all times because it keeps track of the players.

1.0.0 is totally rewritten to be promised based!

For example integrations, please see the following projects:

https://github.com/jishi/node-sonos-http-api

https://github.com/jishi/node-sonos-web-controller (old version)

Options

Contributions

If you are sending a pull request, please run:

npm test

Before submitting it, to validate syntax with jscs and run the few tests in there. Thank you!