motivation

1.0.3 • Public • Published

motivation NPM version Build Status Dependency Status Coverage percentage

Famous Quotes for Motivation

I use this lib to output cool mativations to console in my console apps.

Installation

$ npm i --save motivation

Usage

"use strict";
 
var motivation = require("../lib");
var m = motivation.get(); // returns a random quote
console.log(m);
 
/*
    yields => {
        text: 'Thinking should become your capital asset, no matter whatever ups and downs you come across in your life.',
        author: 'Dr. APJ Kalam '
    }
*/
 
 

Global installation

$ npm i -g motivation

Global usage

$ marvin;

Demo

License

MIT © s-a

Readme

Keywords

Package Sidebar

Install

npm i motivation

Weekly Downloads

33

Version

1.0.3

License

MIT

Last publish

Collaborators

  • s-a