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

https://github.com/mateus/spotify-live-tabs

Real time music Tabs and Lyrics based on what you are listening on Spotify
https://github.com/mateus/spotify-live-tabs

lyrics musicxmatch spotify tabs ultimate-guitar

Last synced: 6 months ago
JSON representation

Real time music Tabs and Lyrics based on what you are listening on Spotify

Awesome Lists containing this project

README

          

# spotify-live-tabs
Displays music tabs and lyrics based on what you are listening on Spotify

screen shot 2018-08-13 at 2 25 23 am
screen shot 2018-08-13 at 2 25 43 am
screen shot 2018-08-13 at 2 26 16 am
screen shot 2018-08-13 at 2 35 29 am

# Development

#### `.env` (both Server and Client apps)

```.env
REACT_APP_MUSICXMATCH_KEY={MUSICXMATCH_KEY}
REACT_APP_CLIENT_ID={SPOTIFY_APP_CLIENT_ID}
CLIENT_SECRET={SPOTIFY_APP_CLIENT_ID}
```

### Start Server
#### `$ yarn install`
#### `$ yarn start`

### Start Client
#### `$ cd client`
#### `$ yarn install`
#### `$ yarn start`