node-atome
v1.0.0
Published
atome module for nodejs.
Downloads
5
Readme
node-atome
Node.js module for using the Atome API (https://www.atome.id/)
Usage
const Atome = require('node-atome')
// if not set, will default to 'SANDBOX'
const atome = new Atome('username or apikey', 'password or apisecret', 'PRODUCTION')
License
atome is licensed under the MIT license.