1.0.5 • Published 2 years ago

genius-discord-lyrics v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

genius-discord-lyrics

A utility that fetches song lyrics from Genius

Installation

npm install genius-discord-lyrics
yarn add genius-discord-lyrics

Usage

const { GeniusLyrics } = require('genius-discord-lyrics');

const genius = new GeniusLyrics('Genius-API-key');

const lyrics = await genius.fetchLyrics('Never Gonna Give You Up');
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago