https://github.com/galnir/genius-discord-lyrics
A utility that fetches song lyrics from Genius
https://github.com/galnir/genius-discord-lyrics
Last synced: 12 months ago
JSON representation
A utility that fetches song lyrics from Genius
- Host: GitHub
- URL: https://github.com/galnir/genius-discord-lyrics
- Owner: galnir
- Created: 2021-12-30T17:15:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T16:00:44.000Z (over 4 years ago)
- Last Synced: 2025-03-09T05:39:18.082Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genius-discord-lyrics
A utility that fetches song lyrics from Genius
## Installation
```sh-session
npm install genius-discord-lyrics
yarn add genius-discord-lyrics
```
## Usage
```javascript
const { GeniusLyrics } = require('genius-discord-lyrics');
const genius = new GeniusLyrics('Genius-API-key');
const lyrics = await genius.fetchLyrics('Never Gonna Give You Up');
```