bash-quotes

1.0.0 • Public • Published

bash-quotes

grab a random >1 quote from bash.org

install

$ npm install bash-quotes # as an app library
$ sudo npm install bash-quotes -g # as a cli script

examples:

josh@onix:~$ bashquote 
<+ChiMP> WHATS GAYER THAN ME AND STARTS WITH AN N!!?!? 
<@miz> nothing 
<@miz> :o
josh@onix:~$
#!/usr/bin/env node

var quote = require('./index');

quote(function (err, quote) {
  if (err) {
    throw err;
  }
  console.log(quote);
});

license:

MIT/X11.

/bash-quotes/

    Package Sidebar

    Install

    npm i bash-quotes

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT/X11

    Unpacked Size

    1.72 kB

    Total Files

    4

    Last publish

    Collaborators

    • jfhbrook