Skip to content

This website will create a movie soundtrack album cover using your most listened tracks on Spotify.

Notifications You must be signed in to change notification settings

nurcinozer/moviefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moviefy

This website will create a movie soundtrack album cover using your most listened tracks on Spotify.

Visuals

Screenshot

Installation

git clone https://github.com/nurcinozer/moviefy.git .
cd client
npm install
cd ..
npm install

Enviroment variables

Create a file named ".env" in the root directory and fill its contents as follows.

CLIENT_ID=SPOTIFY CLIENT ID
CLIENT_SECRET=SPOTIFY CLIENT SECRET
REDIRECT_URI=http://localhost:5000/callback // for local
FRONTEND_URI=http://localhost:3000 // for local

Run the app

npm start

About

This website will create a movie soundtrack album cover using your most listened tracks on Spotify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published