0.0.2 • Published 8 years ago

freeagent-node v0.0.2

Weekly downloads
-
License
Apache-2
Repository
-
Last release
8 years ago

FreeAgent API v2 NodeJS Client

Dev Setup

Create a file .env in the root and set the following:

FREEAGENT_CLIENT_SECRET=your secret here
FREEAGENT_CLIENT_ID=your app id here
NODE_ENV=development
TOKEN=""

Use a repl or the tests to exchange a register link callback code for a token which you can add to .env for convenience.

Test

npm test