Go to file
Kiara Grouwstra 9fafbd0c54 ditch airtable, which offers native export 2022-06-16 16:00:15 +02:00
src ditch airtable, which offers native export 2022-06-16 16:00:15 +02: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 dump mollie to csv 2021-10-05 22:03:10 +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 ditch airtable, which offers native export 2022-06-16 16:00:15 +02:00
tsconfig.json dump mollie to csv 2021-10-05 22:03:10 +02:00
yarn.lock ditch airtable, which offers native export 2022-06-16 16:00:15 +02: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