# Apolitical People Client

Node.js module to interact with Apolitical's People API

## How do I get set up?

### Requirements

Requires the following to run:

- [git][git]
- [node.js][node] 10.19.0+
- [yarn][yarn]

[git]: https://git-scm.com/downloads
[node]: https://nodejs.org/en/download/
[yarn]: https://classic.yarnpkg.com/en/docs/install

### Initial setup

Clone repository:

```sh
git clone git@gitlab.com:apolitical/node-modules/apolitical-wordpress.git
```

Install dependencies:

```sh
yarn install
```

Run tests:

```sh
yarn test
```
