1.0.2 • Published 3 years ago

@joehoel/lyric-finder v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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