1.0.0 ā€¢ Published 4 years ago

lyriks.js v1.0.0

Weekly downloads
8
License
GNU GPLv3
Repository
github
Last release
4 years ago

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