UNPKG

mj-pkg

Version:

A Node.js library that abstracts away differences among popular marijuana POS providers.

13 lines (10 loc) 245 B
'use strict'; var mj = require('mj-pkg').getDriver('mj-freeway', { apiId: 'YOUR_API_ID', apiKey: 'YOUR_API_KEY' }); mj.getProducts().then(function(res) { console.log('RES', res); }, function(err) { console.log('ERR', err); });