Search a lyrics. It scrapes the lyrics from unofficial sources.
Table of contents
-
Node.js v16 or greater
node --version
- NPM
npm install songlyrics
- Yarn
yarn add songlyrics
Import functions that you need.
import songlyrics from 'songlyrics'
const response = await songlyrics('one more light')
// with artist name
const response = await songlyrics('one more light linkin park')
Lyrics
{
lyrics: string,
source: {
name: string,
url: string,
link: string,
},
}
Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.
Give a 🌟 star if this project is useful to you.
This project is not affiliated with, endorsed, or sponsored by YouTube or any of their affiliates or subsidiaries. All trademarks, logos and brand names are the property of their respective owners, and are used only to directly describe the services being provided, as such, any usage of trademarks to refer to such services is considered nominative use.
Should you have any questions or concerns please contact me directly via email.
Distributed under the MIT License.