Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/8liam/FMLyrics
- Owner: 8liam
- License: mit
- Created: 2023-11-14T01:27:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T21:43:29.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:44:36.684Z (4 months ago)
- Language: TypeScript
- Homepage: https://fmlyrics.netlify.app
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - 8liam/FMLyrics - 🎤🎧 A web-based app that displays lyrics for your last.fm currently playing track (TypeScript)
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