Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 621 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 621 Bytes

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