Skip to content

alberthuynh91/concert-poster-to-spotify-playlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concert Poster to Spotify Playlist Generator

Apr-21-2023 12-18-40

Create a spotify playlist from a concert poster

Backlog

OCR

  • Improve image processing to scrape artist names more accurately from an uploaded concert postet image
  • Improve filtering method to parse artist names more accurately from OCR text

Clean up

  • Fix all // @ts-expect-error
  • Add types for places where any is used. Do a global find on : any
  • Audit depenencies / imports

Artists

  • Open modal with more info on artist on hover or on click of artist icon/name

Playlist

  • Use uploaded image as album cover for created Spotify playlist
  • Allow user to customize name / description of playlist
  • Allow user to add more than 100 tracks to a playlist at a time (currently we only select 3 songs per artist)
  • Add error handling for API calls

Testing

  • Test Spotify AUTH with multiple user accounts
  • Add unit tests

Accessibility

  • Use lighthouse to check accessibility score / improve accessibility

Getting Started

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Create Spotify playlists by uploading music festival poster images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published