epic-quotes

1.0.0 • Public • Published

NPM package to fetch inspiring quotes from 'Bhagawad Gita' : Holy scripture which includes dialogues between Arjuna and Lord Krishna.

View on NPM Registry

Installation

$ npm i --save epic-quotes

Parameters

Note: all parameters are 'case in-sensitive'

Type Parameters (categories)
1. string wisdom
2. string truth
3. string love
4. string peaceHappiness
5. string death
6. string lifeDecisions
Methods
1. getQuote( 'category' )

Usage

// including the package
const gita = require('epic-quotes');

const getMessage = async() => {

var messageFetched = await gita.getQuote('wisdom');

//fetching quote

console.log(messageFetched);
}  
getMessage();


🌻 STAY MOTIVATED !

Readme

Keywords

none

Package Sidebar

Install

npm i epic-quotes

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.36 kB

Total Files

4

Last publish

Collaborators

  • manasiwader