Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dariusk/rapbot


https://github.com/dariusk/rapbot

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

Bad 80's freestyle battle raps: on demand!

First install its dependencies:

```
$ npm install
```

Then put this in a file called config.js in the project root:

```
module.exports = {

key: 'YOUR_WORDNIK_API_KEY'
}
```

...replacing YOUR_WORDNIK_API_KEY with [your actual Wordnik API key](http://developer.wordnik.com).

Then run it:

```
$ node rapbot.js
```

And go to [http://localhost:3000](http://localhost:3000)