UNPKG

mj-pkg

Version:

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

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