Skip to content

Website to search for movie playlists using Wikipedia Api and automatically importing them on your Sporify account :)

Notifications You must be signed in to change notification settings

pierandread/soloProject-MoviePlaylist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Playlist Generator

A one-page website to automatically generate playlists from movies and import them on your Spotify account.

Implemented Features

  • Login with Spotify.
  • Search for movies using themoviedb API.
  • Search for soundtracks using the Wikipedia API.
  • Import them on Spotify using its API.

Screenshots

Homepage

Searching for a movie

Soundtracks

Result

Short video presentation

Usage

  • Clone this repo in your local environment using git clone.

  • Create the .env file in the client folder and add your MovieDb and Spotify API keys saving them as REACT_APP_theMovieDb and REACT_APP_spotifyClientID .

  • Go to the client folder cd /client.

  • npm install to begin dependencies installation.

  • npm start to run it.

Built with

  • React - Front end library for building user interfaces

Improvements

“The trouble is, you think you have time.”

The project was developed as part of the Codeworks bootcamp and it was the first project I worked on and I had only one week to deliver it.

Here is a few things I would like to improve:

  • Write tests.
  • Improve the login functionality (i.e. User token saved in local storage).
  • Improve the soundtracks search functionality to include previously created playlist on Spotify.
  • Check the images slider, sometimes it's not loading correctly after the user login.

Authors

About

Website to search for movie playlists using Wikipedia Api and automatically importing them on your Sporify account :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published