Skip to content

Shuffling musics based on Spotify music platform. (Premium membership required)

License

Notifications You must be signed in to change notification settings

zhenyu0519/SnowPeaMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snow Pea Music

Snow Pea Music

Snow Pea Music


Table of Contents


About

Snow Pea is a mini music player based on the Spotify SDK and API. The player allow you to login with your Spotify account ( Premium membership required ) and play music under your recent played library. It also allow you to play editor's picks and new released albums. If these are not enough, you can always find your favourite tracks, albums and singers by searching with key words. All data are real and from Spotify Open APIs.

Open Sourced

The project is open sourced and it is not for commercial use. The app won't charge anything, however, the Spotify premium account is required to ensure you have fully access of all functionilites.

Before Start

  • Spotify premium membership required for SDK ( sign up here )
  • Go to dashboard page register your app to get your unique client id and client secret.
  • Set up your redirect urls by click edit setting in your dashboard page. You can create multiple redirect urls. One has to be your local server url + /callback others can be production server url + /callback.
  • Have knowledge about Reactjs (hooks + class), React-Redux, Redux-Thunk, Axios, how Nodejs, and NPM
  • Read Spotify API and SDK dowcuments.

Install

Install backend dependences, navigate to root folder then

npm install

Install frontend dependences, navigate to client folder then

npm install

Create .env file under root folder, copy paste the content below and replace client id and secret with your own, save.

PORT=8000
CLIENT_ID="REPLACE_YOUR_CLIENT_ID_HERE"
CLIENT_SECRET="REPLACE_YOUR_CLIENT_SECRET_HERE"
STATE_KEY="spotify_auth_state"  

Do not explore your client id and client secret!!!

Start

To run on local server, navigate to root directory

npm run dev

Preview

demo


Production

The website has already deploied on Heroku. Due the free server ( Dyno ), there are some constrains such as the server will put the website into sleep if it dose not receive any traffic in 1 hour. So when you access the web, you might need to wait about 15 ~ 20 seconds to wake it up.


License & Copyright

About

Shuffling musics based on Spotify music platform. (Premium membership required)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published