Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 351 Bytes

File metadata and controls

16 lines (12 loc) · 351 Bytes

Xero Testdata Populator

Allows one to connect to a Xero account, and populates it with test data.

Running

Set your Xero keys as environment variables in your shell:

$ export XERO_CONSUMER_KEY=123456789
$ export XERO_CONSUMER_SECRET=0987654321

Run run via docker-compose. You can start it using the this command:

$ npm run dev