UNPKG
wm-pricer
Version:
latest (4.0.0)
4.0.0
3.0.1
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0
Find stuff and things at good prices
github.com/musocrat/wm-pricer
musocrat/wm-pricer
wm-pricer
/
index.js
10 lines
(8 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// 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