1.0.0 • Published 5 years ago

random-lyrics v1.0.0

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

random-lyrics

Build Status

a package that returns random lyrics.

Installation

npm i -S random-lyrics

Usage

const rl = require('random-lyrics')

rl().then(console.log)

// sample
// {"artist":"Elvis Presley","song":"Suspicious Minds","lyrics":"Were caugh ...
npm i -g random-lyrics
$ random-lyrics
$ {"artist":"Elvis Presley","song":"Suspicious Minds","lyrics":"Were caugh ...

License

MIT