EricNavar / saul-goodman-quotes

Node package that provides quotes by Saul Goodman and Jimmy McGill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 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


Languages

Language:JavaScript 100.0%