1.5.0 • Published 9 years ago

barth v1.5.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

barth

Helpful Karl Barth quotes.

NPM

CLI

npm install barth -g
barth

NODE

npm install barth -S

Usage

barth([num [, options]])

var barth = require('barth')

barth() // => {text: 'A quote.'}
barth(3) // => [{text: 'An array of 3 quotes.'},{...},{...}]
barth({textOnly: true}) // => 'Only the quote text will be returned.'

barth.daily([options])

barth.daily() // => '{text: 'A quote that will show all day long.}'
barth.daily({textOnly: true}) // => 'A quote that shows all day long.'
1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago