1.0.0 • Published 3 years ago

bash-quotes v1.0.0

Weekly downloads
-
License
MIT/X11
Repository
-
Last release
3 years ago

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.

1.0.0

3 years ago

0.0.0

12 years ago