Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 870 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 870 Bytes
  • The only node package you will ever need
  • Request up to almost 16 52 unique quotes by Saul Goodman and Jimmy McGill

billboard

Usage

import { getQuote, getAllQuotes } from '@ericnavar/saul-goodman-quotes'

// returns all quotes 
// string[]
getAllQuotes()

// returns a random quote
// string
getQuote()

Breaking chances from Version 1

Methods in Version 2 now return promises. In Version 2 they returned the resolved string or string array.

API

Contributing

This project is open to PRs.