heytrex

0.2.1 • Public • Published

heytrex Build Status

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:

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

Readme

Keywords

Package Sidebar

Install

npm i heytrex

Weekly Downloads

2

Version

0.2.1

License

MIT

Last publish

Collaborators

  • awayken