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

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

Awesome Lists containing this project

README

          

# Sonos CLI

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](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.