node-spotilocal
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "node-spotilocal", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Simple wrapper for Spotify local webserver.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -15,10 +15,14 @@ # node-spotilocal | ||
Via [npm](https://npmjs.com/) [[package](https://www.npmjs.com/package/node-spotilocal)]: | ||
> `npm install node-spotilocal` | ||
```bash | ||
$ npm install node-spotilocal | ||
``` | ||
Via [yarn](https://yarnpkg.com/en/) [[package](https://yarnpkg.com/en/package/node-spotilocal)]: | ||
> `yarn add node-spotilocal` | ||
```bash | ||
$ yarn add node-spotilocal | ||
``` | ||
## Usage | ||
``` javascript | ||
```javascript | ||
// require lib | ||
@@ -25,0 +29,0 @@ const Spotilocal = require("node-spotilocal"); |
/** | ||
* node-spotilocal v1.0.4 (2018-05-30) | ||
* node-spotilocal v1.0.5 (2018-06-02) | ||
* Copyright 2018 Oliver Findl | ||
@@ -4,0 +4,0 @@ * @license MIT |
7724
59