/erroneous-repetitions

A trove of quality quotations and literary wordsmithery.

Primary LanguageJavaScriptMIT LicenseMIT

Erroneous Repetitions

Quotation, n: The act of repeating erroneously the words of another.

—Ambrose Bierce

Generates a random selection from my personal collection of quotes.

Installation

  1. Install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
  1. Install node
nvm install node
  1. Install package
npm install
  1. Install MongoDB Community Edition

On macOS with Homebrew:

brew install mongodb
  1. Create data directory
mkdir -p /data/db

Setup

In separate windows:

  1. Run MongoDB
mongod
  1. Begin using MongoDB
mongo
  1. Start the app
npm start