Go to file
Kiara Grouwstra b538990030 typescript 2021-10-04 12:37:31 +02:00
src typescript 2021-10-04 12:37:31 +02:00
tests typescript 2021-10-04 12:37:31 +02:00
.gitignore Add .gitignore 2021-09-24 16:39:02 +02:00
.jshintrc Add app boilerplate, mollie/airtable deps and deps for testing 2021-09-24 16:39:13 +02:00
COPYING Add app boilerplate, mollie/airtable deps and deps for testing 2021-09-24 16:39:13 +02:00
README.md typescript 2021-10-04 12:37:31 +02:00
jest.config.js typescript 2021-10-04 12:37:31 +02:00
package.json typescript 2021-10-04 12:37:31 +02:00
tsconfig.json typescript 2021-10-04 12:37:31 +02:00
yarn.lock typescript 2021-10-04 12:37:31 +02:00

README.md

BIJ1 Compliance Facilitator App

Prerequisites

Usage

yarn install installs the dependencies

set the API keys for AirTable and Mollie:

export NODE_OPTIONS=--experimental-vm-modules npx jest
export AIRTABLE_API_KEY=<MY_KEY>
export MOLLIE_API_KEY_LEDEN=<MY_KEY>
export MOLLIE_API_KEY_DOEMEE=<MY_KEY>
export MOLLIE_API_KEY_SHOP=<MY_KEY>
export MOLLIE_API_KEY_DONEER=<MY_KEY>

yarn start launches the app

yarn run test launches the tests (using JSHint and Jest)

yarn run dev watches src/ for changes and runs test when anything does change

$(yarn bin)/jest -- tests/mollie.test.ts