https://github.com/leothorp/whatlyric
https://github.com/leothorp/whatlyric
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leothorp/whatlyric
- Owner: leothorp
- Created: 2015-11-29T00:19:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T12:10:34.000Z (over 10 years ago)
- Last Synced: 2025-03-24T14:39:09.525Z (over 1 year ago)
- Language: JavaScript
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatlyric
Search for songs by their titles and view their lyrics!
##Usage
Visit https://whatlyric-leo.herokuapp.com/.
Or, to run locally:
1. ```git clone https://github.com/leothorp/whatlyric.git```
2. ```cd whatlyric```
3. ```npm install --production```
4. ```npm start```
5. Navigate to http://localhost:3000/ in your favorite web browser.
Note: If the Lyrics 'n' Music API is down, you'll only be able to search my tiny fake data set.
These are the songs it contains: "Lee Park", "Let It Be", "Letting Go", and "Let's Stay Together".
Start typing a fragment from anywhere in one of these titles, and the corresponding songs will appear in the
results list. Enjoy!