saul-goodman-quotes The only node package you will ever need Request up to almost 16 unique quotes by Saul Usage import { getQuote, getAllQuotes } from '@ericnavar/saul-goodman-quotes' //returns a random quote (string) getQuote(); //returns all quotes (string[]) getAllQuotes();