Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```