# rapgenius

> An unofficial node.js module for searching RapGenius

Latest version **0.0.2** (published 2012-12-31) · 0 weekly downloads

## Install

```sh
npm install rapgenius
pnpm add rapgenius
yarn add rapgenius
bun add rapgenius
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2012-12-31 |
| First published | 2012-12-31 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Justin Hurley |
| Maintainers | jatenate |
| Keywords | rap, genius, rapgenius, search |

## Links

- npm: https://www.npmjs.com/package/rapgenius
- Repository: https://github.com/jatenate/node-rapgenius
- Homepage: http://github.com/jatenate/node-rapgenius
- npm.io page: https://npm.io/package/rapgenius

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2012-12-31
- 0.0.1 — 2012-12-31

## README

# 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](https://github.com/caolan/nodeunit).

---
_Source: https://npm.io/package/rapgenius · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
