Famous Quotes for Motivation
I use this lib to output cool motivations to console in my console apps.
$ npm i --save motivation
"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 '
}
*/
$ npm i -g motivation
$ marvin;
MIT © s-a