0.3.1 • Published 8 years ago

gimme-lyrics v0.3.1

Weekly downloads
13
License
https://github.co...
Repository
github
Last release
8 years ago

gimme-lyrics

A small library allow a user to get the lyrics to just about any song from http://www.lyrics.com

Installation

npm install gimme-lyrics --save

Usage

var lyrics = require('gimme-lyrics');

lyrics.getLyrics('Drake', 'Hotline Bling', function(err, lyrics) {
  console.log(err || lyrics);
});

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

Release History

  • 0.1.0 Initial release
0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago