lyriks.js
v1.0.0
Published
Lyrics scraping API for nodejs
Maintainers
Readme
Installation
NPM :
npm install lyriks.jsYarn :
yarn add lyriks.jsExample 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
- Author
- Website: https://piyush.codes/
- Github: @officialpiyush
