1.0.3 • Published 9 months ago

@faouzkk/lyrics-finder v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Install the package 📥

npm install @faouzkk/lyrics-finder

Usage 📚

const getLyrics = require('@faouzkk/lyrics-finder');

(async () => {
    try {
        const lyrics = await getLyrics('Eminem Lose Yourself');
        console.log(lyrics);
    } catch (error) {
        console.log(error)
    }
})();

Contributing 🤝

Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago