soundtouch
Version:
Bose SoundTouch node js API
17 lines (15 loc) • 296 B
Markdown
#Bose SoundTouch
## Installation
Include this project into your project.
```bash
npm install soundtouch --save
```
Start the server to make use of the HTTP API
```bash
git clone https://github.com/CONNCTED/SoundTouch-NodeJS.git
cd SoundTOuch-NodeJS
npm install
node server.js
```
## Usage
TODO