Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boristane/lyrically
A tiny web app to display the lyrics of the song I'm currently playing on Spotify
https://github.com/boristane/lyrically
Last synced: about 9 hours ago
JSON representation
A tiny web app to display the lyrics of the song I'm currently playing on Spotify
- Host: GitHub
- URL: https://github.com/boristane/lyrically
- Owner: boristane
- Created: 2019-09-21T23:00:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:05:55.000Z (about 2 years ago)
- Last Synced: 2023-03-05T17:50:50.011Z (almost 2 years ago)
- Language: TypeScript
- Size: 857 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lyrically
A tiny web app to display the lyrics of the song I'm currently playing on Spotify
## Install
```bash
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
npm ci
```## Debug
```bash
npm run serve
```