Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariusk/rapbot
https://github.com/dariusk/rapbot
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dariusk/rapbot
- Owner: dariusk
- License: mit
- Created: 2013-02-14T17:33:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T19:19:36.000Z (over 11 years ago)
- Last Synced: 2024-10-13T21:35:08.155Z (about 1 month ago)
- Language: JavaScript
- Size: 767 KB
- Stars: 64
- Watchers: 10
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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)