Go to file
Kiara Grouwstra 938da697c1
print without breaklines
2023-02-27 20:44:54 +01:00
data commit empty data directory 2022-09-27 16:43:15 +02:00
src print without breaklines 2023-02-27 20:44:54 +01:00
tests ditch airtable, which offers native export 2022-06-16 16:00:15 +02:00
uml ditch airtable, which offers native export 2022-06-16 16:00:15 +02:00
.gitignore commit empty data directory 2022-09-27 16:43:15 +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 ditch airtable, which offers native export 2022-06-16 16:00:15 +02:00
jest.config.js typescript 2021-10-04 12:37:31 +02:00
package.json update deps 2023-01-05 14:38:38 +01:00
tsconfig.json dump mollie to csv 2021-10-05 22:03:10 +02:00
yarn.lock update deps 2023-01-05 14:38:38 +01:00

README.md

BIJ1 Compliance Facilitator App

Prerequisites

Usage

yarn install installs the dependencies

set the API keys for Mollie:

export NODE_OPTIONS=--experimental-vm-modules npx jest
export MOLLIE_API_KEY_LEDEN=<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