motivation
v1.0.3
Published
Famous Quotes for Motivation
Downloads
20
Readme
motivation
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;
License
MIT © s-a