UNPKG

node-cobinhood

Version:
8 lines (6 loc) 179 B
const key = `your key here` const Client = require('../') let client = new Client({ key: key }) client.listOrders() .then(console.log, console.error) .then(() => client.close())