/spotify-app-react-js

Spotify App using ReactJS and the Spotify API

Primary LanguageJavaScript

Spotify App

Spotify Mobile App with ReactJS & Spotify API

Screenshot

Config

Some of the API calls made require an OAuth Token that you can get here clicking in the Get OAuth Token button. This token has a limited time (since the app was made for learning purposes only i didn't search for a workaround)

With the token provided paste it in src/js/utils/AppAPI.js at line 3 and you're good to go.

Install

$ npm install

Usage

$ gulp
run dist/index.html