The FreshBooks NodeJS SDK allows you to more easily utilize the FreshBooks API.
This repository contains multiple packages:
Package | What it's for | Usage |
---|---|---|
@freshbooks/api |
Get/set data from FreshBooks using the REST API. | README |
@freshbooks/app |
Pre-configured ExpressJS app. Includes authentication via PassportJS. | README |
sdk-examples | SDK code examples | README |
Use your favorite package manager to install any of the packages and save to your package.json
:
$ npm install @freshbooks/api @freshbooks/app
# Or, if you prefer yarn
$ yarn add @freshbooks/api @freshbooks/app
@freshbooks/api
See the API README, the full documentation and check out some of our examples.
@freshbooks/app
See the APP README.
yarn install
yarn build
yarn test
./node_modules/.bin/lerna version