lyric-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i lyric-api

    Weekly Downloads

    2

    Version

    1.0.1

    License

    Unlicense

    Unpacked Size

    3.98 kB

    Total Files

    9

    Last publish

    Collaborators

    • lttrvqss