Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/8liam/FMLyrics

🎤🎧 A web-based app that displays lyrics for your last.fm currently playing track
https://github.com/8liam/FMLyrics

Last synced: 17 days ago
JSON representation

🎤🎧 A web-based app that displays lyrics for your last.fm currently playing track

Awesome Lists containing this project

README

        

# FMLyrics ([Online Demo](https://fmlyrics.netlify.app/demo "Online Demo"))
A project created to grab lyrics between your currently playing song via last.fm and genius.

![](https://i.imgur.com/lPyjcx4.png)

## Installation and Setup
1. **Clone Client and Server**
```bash
git clone https://github.com/8liam/FMlyrics.git
```
### Client
Make sure you have [Node.js](https://nodejs.org/) installed on your machine before proceeding with the following steps.

1. **Navigate to the Web Directory**
```
cd lyrics-app
```
2. **Install dependencies**
```npm
npm install
```
3. **Build for Production**
```npm
npm run build
```

### Server
1. **Navigate to the Server Directory**
```
cd server
```
2. **Install dependencies**
```npm
npm install
```
3. **Run Server**
```
node server.js
```

### References
Genius api
https://github.com/farshed/genius-lyrics-api