ytly

1.0.9 • Public • Published

YTLY

Get lyrics and info from a youtube link.

Installation:

npm i ytly  

Usage:

const ytly = require('ytly');  
  
// Get song info  
const songInfo = await ytly.get.info(url);  
  
// Get song lyrics  
const lyrics = await ytly.get.lyrics(url);

Enjoy the package :)

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ytly

    Weekly Downloads

    1

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    2.01 kB

    Total Files

    3

    Last publish

    Collaborators

    • luke-lwz