- The only node package you will ever need
- Request up to almost
1652 unique quotes by Saul Goodman and Jimmy McGill
import { getQuote, getAllQuotes } from '@ericnavar/saul-goodman-quotes'
// returns all quotes
// string[]
getAllQuotes()
// returns a random quote
// string
getQuote()
Methods in Version 2 now return promises. In Version 2 they returned the resolved string or string array.
- The Lambda code to power this amazing package is here: https://github.com/EricNavar/saul-quotes-serverless
- The API is also open to contributions
This project is open to PRs.