Skip to content

Shows a user's Spotify profile along with other statistics and information.

Notifications You must be signed in to change notification settings

Alan0893/Sprofile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify

  • Utilizes the Spotify API to obtain a User, Artists, Album, Playlist, Tracks, and Player information.

  • Utilizes the TicketMaster API to get an Artist's upcoming events

Usage

To start the frontend client:

cd client
npm install
npm start

To start the backend server:

cd server
npm install
node index

Since the backend utilizes the build folder, in the frontend client:

npm run build

Images of Site

  • In the images directory, there are sample images of each route page.
    • These pages include: User, Artist, Playlists, Recent, Tracks, Recommendations, Artist:id, Playlist:id, Album:id, Track:id

The site is in development, so only certain users can fully access the site.

About

Shows a user's Spotify profile along with other statistics and information.

Resources

Stars

Watchers

Forks