Go to file
xeruf 740dd892f9 feat: download via standard https
not quite working yet though
2023-04-30 10:04:07 +02:00
.gitignore Almost Working 2023-02-25 00:18:05 +01:00
README.md feat: download via standard https 2023-04-30 10:04:07 +02:00
index.js feat: download via standard https 2023-04-30 10:04:07 +02:00
package-lock.json chore: update package.json infos 2023-02-25 11:05:54 +01:00
package.json chore: update package.json infos 2023-02-25 11:05:54 +01:00
settings.js.template Almost Working 2023-02-25 00:18:05 +01:00

README.md

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

Later as server cronjob

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