missating / react-music-search

A Music Search Web Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-music-search

This application makes use of spotify-api to allow users search for music

Sample Gif

set up

Basically you have to get an access token from spotify to be able to use their API

#API Alternative You can clone this (https://github.com/missating/web-api-auth-examples)

  • Then, set the needed credentials as stated in the .env.example
  • Run npm install to get the needed dependencies
  • Start the application by running node authorization_code/app.js

N:B - You don't need to navigate to localhost:8888 as that can be accessed from the client port below once its setup.

Client N:B - The above API is needed for the client to work as you would be needing your access token after you login with spotify to be able to search for any music

About

A Music Search Web Application


Languages

Language:JavaScript 76.9%Language:CSS 19.8%Language:HTML 3.3%