1.2.3 • Published 10 years ago

getlyrics v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

🦄 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')
1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago