0.0.2 • Published 11 years ago

rapgenius v0.0.2

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

rapgenius

An unofficial node.js module for searching RapGenius. Once a proper rapgenius API exists that will be added.

Installation

npm install rapgenius

Usage

var rapgenius = require('rapgenius');
rapgenius.search('Kreayshawn', function(results) {
  var r = results[0];
  console.log(r.rapgenius_title); // 'Kreayshawn – Gucci Gucci'
  console.log(r.artist_name);     // 'Kreayshawn'
  console.log(r.song_title);      // 'Gucci Gucci'
  console.log(r.rapgenius_uri);   // '/Kreayshawn-gucci-gucci-lyrics'
  console.log(r.rapgenius_id);    // 50156
});

Testing

Tests are in the test directory. Run them using nodeunit.

0.0.2

11 years ago

0.0.1

11 years ago