A simple npm Package which returns random Inspirational Quotes. It provides awesome quotes to display in your application. Get your daily quote and stay motivated :)
Click here to view this package on NPM registry. Check the homepage here.
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
Installation is done using the
npm install
command:
$ npm install generate-quote
- getQuote() method returns an object containing text and author.
{
"text": "The only people who never fail are those who never try.",
"from": "Ilka Chase"
}
const { getQuote } = require("generate-quote");
console.log(getQuote());
Checkout this to view works by other developers who've used this module.
Please check issues here!
[ISSUE #2] : Add More Inspirational Quotes (Recommended for beginners)
MIT © Jasbir Rajrana
_____ _ _____ _ _
/ ____| | |_ _| (_) | |
| (___ | |_ __ _ _ _ | | _ __ ___ _ __ _ _ __ ___ __| |
\___ \| __/ _` | | | | | | | '_ \/ __| '_ \| | '__/ _ \/ _` |
____) | || (_| | |_| | _| |_| | | \__ \ |_) | | | | __/ (_| |
|_____/ \__\__,_|\__, | |_____|_| |_|___/ .__/|_|_| \___|\__,_|
__/ | | |
|___/ |_|
Let's get connected if we share the same views! Invite me to connect on LinkedIn.