/lodur-parse-operation

nodejs app which parses the lodur entries and make it available as json

Primary LanguageJavaScript

Build Status Dependabot Status

lodur-parse-operation

nodejs app which parses the lodur entries and make it available as json

Following env vars are required

  • telegram_hash // telegram bot api hash
  • MONGOURI // uri to persistence

dev

  • npm ci
  • npm run-script build-dev-watch
  • npm run-script start-dev

update

  • npm run-script upgrade