1.1.0 • Published 6 years ago

stoic-quotes v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

stoic-quotes

A selection of stoic quotes from the three heavyweights of stoicism - Seneca, Marcus Aurelius, Epictetus.

NPM

Installation

npm install --save stoic-quotes

Usage

const stoicQuote = require('stoic-quotes');

//random quote
console.log(stoicQuote());
//{ quote: 'He suffers more than necessary, who suffers before it is necessary.',
//author: 'Seneca' }

//random quote from specific author
stoicQuote('Seneca');
stoicQuote('Marcus');
stoicQuote('Epictetus');
1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago