Skip to content

Commit

Permalink
[update] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luixlacrux committed Sep 20, 2016
1 parent 782967e commit d44edd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,8 +1,7 @@
# spotify-finder
[![Build Status](https://travis-ci.org/luixlacrux/spotify-finder.svg?branch=es6)](https://travis-ci.org/luixlacrux/spotify-finder) [![Coverage Status](https://coveralls.io/repos/github/luixlacrux/spotify-finder/badge.svg?branch=es6)](https://coveralls.io/github/luixlacrux/spotify-finder?branch=es6)
---
A isomorphic Spotify client.
It allows to use some [Spotify Web API](https://developer.spotify.com/web-api/) endpoints
A isomorphic Spotify client, that use the [Client Credentials](https://developer.spotify.com/web-api/authorization-guide/#client_credentials_flow) authorization flow. It allows to use some [Spotify Web API](https://developer.spotify.com/web-api/) endpoints.

## Install
```
Expand All @@ -20,7 +19,7 @@ const client = new Spotify({
})
```
Note: if you do not Provide the client credentials, some features that require authentication will not be available.
To create an application in spotify. [click here](https://developer.spotify.com/my-applications/#!/)
To create an application in Spotify. [click here](https://developer.spotify.com/my-applications/#!/)

#### Search for all types
```js
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "spotify-finder",
"version": "1.0.0",
"description": "A Spotify API Client",
"version": "2.0.0",
"description": "A isomorphic Spotify API client",
"main": "lib/index.js",
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit d44edd6

Please sign in to comment.