Skip to content

Node package that provides quotes by Saul Goodman and Jimmy McGill

Notifications You must be signed in to change notification settings

EricNavar/saul-goodman-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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.

About

Node package that provides quotes by Saul Goodman and Jimmy McGill

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages