Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getlyrics

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getlyrics

Fast. Simple. Quick. Lyrics In your terminal.

  • 1.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

🦄 getlyrics Build Status

Version License Downloads Deps DevDeps

notes

technically legal. uses MusixMatch behind the scenes.

cli

npm -g install getlyrics
getlyrics -s 'oops i did it again britney spears' | less
Yeah yeah yeah yeah yeah yeah
...

Yeah yeah yeah yeah yeah yeah
I think I did it again
I made you believe we're more than just friends
...

node module

can be used as a node module too!

import { getlyrics } from 'getlyrics'
getlyrics.getThoseMotherEffingLyrics('chet faker - gold').then(console.log)
// convenience!
getlyrics.for('chet faker - gold')
getlyrics.to('chet faker - gold')
getlyrics.of('chet faker - gold')
getlyrics.search('chet faker - gold')
getlyrics.query('chet faker - gold')

Keywords

FAQs

Package last updated on 10 Jul 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc