1.2.0 • Published 8 years ago

devquote v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

devquote

Get a random developer quote.

Install

You can install it locally:

npm install --save devquote

or globally:

npm install --g devquote

Usage

var devquote = require('devquote');

devquote();

API

devquote()

Returns a random developer quote (as an object):

{
    "text": "...",
    "author": "..."
}

CLI

devquote

Prints a random developer quote in the terminal.

License

MIT License