2.0.0 • Published 1 year ago

@dillonchr/funhouse v2.0.0

Weekly downloads
1
License
GPL-2.0
Repository
github
Last release
1 year ago

Funhouse Client

npm module for interacting with the funhouse API

Installation

npm i @dillonchr/funhouse

Available methods

  • bookmancy({options}, callback)

Related to usage of bookmancy but includes a source prop with a value of either abe or ebay.

  • cryptonics.encrypt(offset, message, callback)
  • cryptonics.decrypt(offset, message, callback)

Behave the same as cryptonics.

  • dailytext(callback)

Fetches via the dailytext module and gives you back the JSON outlined in the readme.

  • gdq(callback)

Gets list of upcoming runs from the GDQ schedule using gdq.

  • inflation(dollars, year, callback)

Looks up inflation back to 1913 via inflation.

  • paycheck.balance(callback) *paycheck.spend(amount, callback)
  • paycheck.reset(checkAmount, callback)

Pretty custom module bankrupt hooks into a MongoDB and keeps track of your paycheck in and expenditures out in the meantime. We've been using it to keep track of spending since middle of 2017.