namely
v0.0.1
Published
A JS wrapper for the Namely API
Downloads
2
Readme
namely
A npm package for the Namely API
Getting Started
Create a new instance of Namely passing the required options:
var namelyApi = new Namely({
accessToken: 'UBLIJWQAPSONNTCLWQEFOZCCESLEJRVT',
companyName: 'companyName'
});
Testing
Unit tests
To run all unit tests within the package run:
npm test
Code Style / Lint Checks
To run jshint and jscs checks within the package run:
npm run lint