Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

jwarykowski/namely

Repository files navigation

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

About

A npm package for the Namely API

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published