A npm package for the Namely API
Create a new instance of Namely passing the required options:
var namelyApi = new Namely({
accessToken: 'UBLIJWQAPSONNTCLWQEFOZCCESLEJRVT',
companyName: 'companyName'
});
To run all unit tests within the package run:
npm test
To run jshint and jscs checks within the package run:
npm run lint