Skip to content

Commit

Permalink
add node support
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Aug 10, 2016
1 parent 0ea4afb commit 7c532ac
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ user.me().then((myUser) => { // -> return a User entity with helpers

#### - [Infinite Music Trivia](https://imt.rocks/)

## Getting Started
## Getting Started

You can get it on npm.

Expand Down Expand Up @@ -81,7 +81,10 @@ client.token = 'TOKEN';

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

## Browser Support
## Node Support
Now you can use the sdk in node!

## Browser Support

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

Expand All @@ -98,11 +101,11 @@ This SDK use Babel and Polyfill in order to add comptiblity with old browseres.

`npm run watch`

## Contributing
## 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 7c532ac

Please sign in to comment.