Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Nov 2, 2015
1 parent e891d7b commit 0c0c05b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Spotify SDK
# Spotify SDK

[![npm version](https://badge.fury.io/js/spotify-sdk.svg)](http://badge.fury.io/js/spotify-sdk) [![Documentation Status](https://doc.esdoc.org/github.com/loverajoel/spotify-sdk/badge.svg)](https://doc.esdoc.org/github.com/loverajoel/spotify-sdk/)

Expand Down Expand Up @@ -33,7 +33,7 @@ user.me().then((myUser) => { // -> return a User entity with helpers

[Go to the site](http://magicplaylist.co/)

## Installation
## Getting Started

You can get it on npm.

Expand Down Expand Up @@ -79,6 +79,15 @@ client.token = 'TOKEN';

[Read the documentation here](https://doc.esdoc.org/github.com/loverajoel/spotify-sdk/)

## Browser Support

This SDK use Babel and Polyfill in order to add comptiblity with old browseres.

| <img src="http://vignette2.wikia.nocookie.net/inciclopedia/images/4/45/Google_Chrome_Logo.png/revision/20111125001822" width="48px" height="48px" alt="Chrome logo"> | <img src="http://people.mozilla.org/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png" width="48px" height="48px" alt="Firefox logo"> | <img src="http://vignette1.wikia.nocookie.net/fallout/images/a/a0/Internet_Explorer_9_logo.png/revision/latest?cb=20110908011258&path-prefix=es" width="48px" height="48px" alt="Internet Explorer logo"> | <img src="https://upload.wikimedia.org/wikipedia/commons/5/53/Opera_O.png" width="48px" height="48px" alt="Opera logo"> | <img src="http://icons.iconarchive.com/icons/hamzasaleem/stock-style-2/512/Safari-icon.png" width="48px" height="48px" alt="Safari logo"> |
|:---:|:---:|:---:|:---:|:---:|
| 42+ ✔ | 41+ ✔ | 9+ ✔ | 29+ ✔ | 8 ✔ |


## Development

`git clone git@github.com:loverajoel/spotify-sdk.git`
Expand All @@ -87,6 +96,11 @@ client.token = 'TOKEN';

`npm run watch`

## Contributing

Pull requests and issues are very welcome.
If you have found an bug, please open an issue.

## License

MIT
MIT

0 comments on commit 0c0c05b

Please sign in to comment.