Skip to content

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

License

Notifications You must be signed in to change notification settings

lqvers/lyric-api

Repository files navigation

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)
    }
})()

About

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

Topics

Resources

License

Stars

Watchers

Forks