1.0.0 • Published 3 years ago

therapist v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

therapist

This is a simple therapist that will return a random quote from a list of quotes.

Installation

npm install therapist

Usage

var therapist = require('therapist');

// Create a therapist instance
var therapist = new therapist();

// Get a random quote
console.log(therapist.quote());