RicardoPBarbosa / spotify-app-react-js

Spotify App using ReactJS and the Spotify API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Spotify App using ReactJS and the Spotify API


Languages

Language:JavaScript 75.5%Language:CSS 22.7%Language:HTML 1.8%