Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 779 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 779 Bytes

rogan

npm (scoped) npm (scoped)

Rogan npm package that returns random Joe Rogan quotes.

How to use?

  • first run the npm install command
    npm i --save rogan
  • require the package
    const rogan = require('rogan');
  • run the getQuote() function that will return a unresolved promise containng a quote
    rogan.getQuote()

Currently there are 20 different quotes but soon there will be much more!

Support us by starring the repo on github

Plan is to have JR mention this on one of his podcasts by 2020!

Enjoy, share with others and have fun!