Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalkih/singlyricly
🎤 Song lyrics synchronized with your Spotify playback
https://github.com/kalkih/singlyricly
karaoke lyrics pwa sing singlyricly song-lyrics-synchronized spotify spotify-playback synced synchronized vue
Last synced: 16 days ago
JSON representation
🎤 Song lyrics synchronized with your Spotify playback
- Host: GitHub
- URL: https://github.com/kalkih/singlyricly
- Owner: kalkih
- Created: 2019-05-06T17:17:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T15:51:54.000Z (about 3 years ago)
- Last Synced: 2024-10-04T13:07:36.320Z (about 1 month ago)
- Topics: karaoke, lyrics, pwa, sing, singlyricly, song-lyrics-synchronized, spotify, spotify-playback, synced, synchronized, vue
- Language: Vue
- Homepage: https://singlyricly.com
- Size: 12.4 MB
- Stars: 26
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.# Singlyricly - [https://singlyricly.com/](https://singlyricly.com/)
## 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
```