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
- Host: GitHub
- URL: https://github.com/mateus/spotify-live-tabs
- Owner: mateus
- Created: 2018-08-12T00:14:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T02:43:33.000Z (about 7 years ago)
- Last Synced: 2025-04-14T23:12:56.444Z (6 months ago)
- Topics: lyrics, musicxmatch, spotify, tabs, ultimate-guitar
- Language: JavaScript
- Homepage: https://spotify-live-tabs.herokuapp.com/
- Size: 384 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spotify-live-tabs
Displays music tabs and lyrics based on what you are listening on Spotify
![]()
![]()
![]()
# 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`