@joehoel/lyric-finder
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Lyric Finder

Library to easily find song lyrics and other information about songs

Install

npm install @joehoel/lyric-finder

// or

yarn add @joehoel/lyric-finder

Usage

import search from '@joehoel/lyric-finder';

async function main() {
  const { lyrics } = search('Wrecked');

  console.log(lyrics);
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @joehoel/lyric-finder

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

203 kB

Total Files

15

Last publish

Collaborators

  • joehoel