devquote

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i devquote

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • arnellebalane