1.0.1 • Published 1 year ago

lyric-api v1.0.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

Lyric API

Effortlessly access lyrics through a lightweight API package, complete with type definitions for seamless integration.

Example

const lyrics = require('lyric-api');
(async() => {
    try {
        console.log(await lyrics.fetch('Toosie Slide', 1))
    } catch (error) {
        console.log('[lyric-api]:', error.message, error.stack)
    }
})()
1.0.1

1 year ago

1.0.0

1 year ago