carvent/README.md

695 B

ChurchTools Carvent

Fetches all PDFs for upcoming events, concatenates them and uploads them as attachments.

Based on https://github.com/churchtools/churchtools-js-client/tree/master/examples/Node.js

Planned Features

  • concatenate songs
  • convert uploaded office documents to PDF
  • run as server cronjob

Current State

Getting Started

  • npm run setup (equivalent to npm install and copy settings.js.example to settings.js)
  • fill in values in settings.js
  • npm start