0.0.1 • Published 9 years ago

namely v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Build Status Coverage Status Code Climate

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