stoic-quotes

1.1.0 • Public • Published

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');

Readme

Keywords

Package Sidebar

Install

npm i stoic-quotes

Weekly Downloads

3

Version

1.1.0

License

ISC

Last publish

Collaborators

  • endam