react-native-spotify-web-api
Version:
A React Native wrapper for Spotify's Web API
16 lines (10 loc) • 535 B
Markdown
React Native Spotify Web API
==================
This is a universal wrapper/client for the [Spotify Web API](https://developer.spotify.com/web-api/) that runs on React Native.
This was cloned from [spotify-web-api-node](https://github.com/thelinmichael/spotify-web-api-node) and just updated for React Native.
## Installation
```sh
npm install --save https://github.com/atoami/react-native-spotify-web-api.git#master
```
## Docs
Please see details on [spotify-web-api-node](https://github.com/thelinmichael/spotify-web-api-node).