Socket
Socket
Sign inDemoInstall

lyriks.js

Package Overview
Dependencies
24
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lyriks.js

Lyrics scraping API for nodejs


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
3.11 MB
Created
Weekly downloads
 

Readme

Source


Discord Downloads Npm version
Github stars License

Installation

NPM :

npm install lyriks.js

Yarn :

yarn add lyriks.js

Example usage

const { LyriksClient } = require("lyriks.js")

const lyriksClient = new LyriksClient()
lyriksClient.getLyrics("dynamite").then(lyrik => {
    // You can access the data using the following functions
    const author = lyrik.getAuthor()
    const title = lyrik.getAuthor()
    const source = lyrik.getSource()
    const search = lyrik.getSearch()
    const url = lyrik.getURL()
    const lyrics = lyrik.getContent() // or getLyrics() or getLyriks() also works :p

    // Do stuff with the above data
})

Contributors

👤 Piyush

Keywords

FAQs

Last updated on 05 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc