nodop - NOtion Database OPerator
A workflow runner system for Notion databases.
WARNING: There maybe breaking changes before 1.0 release.
PATH/TO/CONFIG/
should point to a directory holding workflow files according to this syntax.PATH/TO/CONFIG/
(optional) should point to a directory for cacheNOTION_KEY
should be obtained by creating your own Notion integration.docker run -v PATH/TO/CONFIG/:app/conf/ -v PATH/TO/CACHE/:app/cache/ --env NOTION_KEY=<notion_key> harryzcy/nodop
npm run build:release npm run daemon