This is a hub for Spotify using Spotify Web API that allows you to see your liked songs from a certain month and add it to a playlist to create monthly playlists
If you want to run this locally:
- fork this repository
- Create a .env file in the project directory and add client_id, client_secret
- run
npm install
to install dependencies - run
cd client
,npm start
to run the frontend - run
cd ../server
,npm start
to run the server