🎶 Web app (PWA) to tag album artwork and other metadata to .mp3 files
Live: DEMO
Web app to add metadata to .mp3 files, if you would like to have
additional data shown about your song, i.e. in your car player.
It is using Deezer API for fetching data, so if the song is available on Deezer,
it should be fetched. However, app will search for song by file name (and get first search result)
so name your files before uploading and avoid special and unnecessary characters.
npm install
npm run serve
npm run build
npm run lint