Skip to content

🎤 Song lyrics synchronized with your Spotify playback

Notifications You must be signed in to change notification settings

kalkih/singlyricly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singlyricly is a lyrics app powered by the community, Sinlyricly provide its users with real time song lyrics synchronized with their Spotify playback.

Singlyricly makes synchronized lyrics accessible regardless of playback device, play music through Sonos, Chromecast, Spotify Connect or any other Spotify client and the lyrics are displayed in the app.

Development

The app was built with vue & vuex with a serverless backend in the form of azure-functions and mongodb.

Setup frontend

npm install

Compile & hot-reload for development

npm run serve

Compile & minify for production

npm run build

Lint & fix errors

npm run lint