# node-adp-workforce-now
Node.js library to interact with ADP's Workforce Now API.

## npm

### Installation

```bash
npm install @craibuc/adp-workforce-now
```

## Development

### Publishing

- increment the `version` property in the `package.json` file
- run `npm publish --access public`

## Reference

- [A Zapier integration to connect to ADP's API.](https://github.com/craibuc/zapier-adp)
- [How to Create and Publish an NPM Package – a Step-by-Step Guide](https://www.freecodecamp.org/news/how-to-create-and-publish-your-first-npm-package/)
- [Does Jest support ES6 import/export?](https://stackoverflow.com/questions/35756479/does-jest-support-es6-import-export)