heytrex
v0.2.1
Published
Make T-Rex from [Dinosaur Comics](http://www.qwantz.com/) say things.
Downloads
11
Readme
heytrex
Make T-Rex from Dinosaur Comics say things.
Install
$ npm install --save heytrex
Usage
const heytrex = require('heytrex');
heytrex();
//=> 'Hi. I'm T-Rex. Read more about me at <http://www.qwantz.com/>.'
heytrex('endorse');
//=> 'I just can't get enough of your free improved product that now saves society's cooking money.'
heytrex('response');
//=> 'It is what it is.'
API
heytrex(input)
input
Type: string
What do you want T-Rex to say?
Supported:
- (nothing)
- endorse (Dinosaur Comics #2025)
- response (Dinosaur Comics #3175)
CLI
$ npm install --global heytrex
$ heytrex --help
Usage
heytrex [input]
Examples
$ heytrex
Hi. I'm T-Rex. Read more about me at <http://www.qwantz.com/>.
$ heytrex endorse
I just can't get enough of your free improved product that now saves society's cooking money.
$ heytrex response
It is what it is.
License
MIT © Miles Rausch