Gathering detailed insights and metrics for lyrics-finder
Gathering detailed insights and metrics for lyrics-finder
Gathering detailed insights and metrics for lyrics-finder
Gathering detailed insights and metrics for lyrics-finder
npm install lyrics-finder
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
36 Stars
1 Commits
7 Forks
3 Watching
8 Branches
1 Contributors
Updated on 19 Nov 2024
Minified
Minified + Gzipped
TypeScript (71.75%)
JavaScript (18.04%)
Shell (10.22%)
Cumulative downloads
Total Downloads
Last day
15.7%
936
Compared to previous day
Last week
19.7%
6,059
Compared to previous week
Last month
-25.2%
24,327
Compared to previous month
Last year
59.5%
290,430
Compared to previous year
3
A Simple Lyrics Finder That Just Works
1npm install --save lyrics-searcher
1import lyricsSearcher from "lyrics-searcher"; 2 3lyricsSearcher("poets of fall", "carnival of rust") 4 .then((lyrics) => { 5 console.log(lyrics); 6 }) 7 .catch((error) => { 8 console.error(error); 9 });
1npx lyrics-searcher "a r rahman" "kun faya kun"
Note: Use this method only if you plan to use lyrics-searcher for one time, installing lyrics-searcher globally (see-below) is recommended for multiple time usages.
1npm install lyrics-searcher -g
Note for Linux & MacOS users: DO NOT use sudo to install global packages! The correct way is to tell npm where to install its global packages:
npm config set prefix ~/.local
. Make sure~/.local/bin
is added toPATH
.
1lyrics-searcher "prateek kuhad" "cold mess"
For CLI usage, see the help option:
1npx lyrics-searcher --help
For programmatic usage, use the default exported module. It takes two arguments. Artist name and Song name. It returns a promise which resolves into a string containing the lyrics if found, otherwise it will throw an exception (with an error message).
👤 Rahil Kabani
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Rahil Kabani.
This project is MIT licensed.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
SAST tool detected: CodeQL
Details
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/1 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
22 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More