UNPKG

wm-pricer

Version:

Find stuff and things at good prices

10 lines (8 loc) 196 B
// Setup const WmPricer = require('./lib/wm-pricer') // Export module.exports = (opts, cb) => { let wmPricer = WmPricer.new(opts) wmPricer.brickseek(opts, cb) } module.exports.api = WmPricer