https://github.com/justijndepover/sonos
Sonos CLI
https://github.com/justijndepover/sonos
cli hacktoberfest npm sonos sonos-api
Last synced: 10 months ago
JSON representation
Sonos CLI
- Host: GitHub
- URL: https://github.com/justijndepover/sonos
- Owner: justijndepover
- License: mit
- Created: 2021-01-13T20:20:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T17:49:08.000Z (over 5 years ago)
- Last Synced: 2025-06-28T13:50:19.480Z (11 months ago)
- Topics: cli, hacktoberfest, npm, sonos, sonos-api
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sonos CLI
[](LICENSE.md)
## Installation
You can install the package with npm
```sh
npm install -g justijndepover/sonos
```
## Usage
```
Usage: sonos
Commands:
sonos next Skip to the next song
sonos now-playing Get the current track
sonos pause Pause autoplay
sonos play Resume autoplay
sonos previous Play the previous song
sonos volume Set the volume
Options:
--help Show help [boolean]
--version Show version number [boolean]
```
## Related repositories
- [Sonos Library](https://github.com/bencevans/node-sonos) used to communicate with sonos devices
## Security
If you find any security related issues, please open an issue or contact me directly at [justijndepover@gmail.com](justijndepover@gmail.com).
## Contribution
If you wish to make any changes or improvements to the package, feel free to make a pull request.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.