Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 294 Bytes

airwoot

About

A very specific small backend which handles webhooks from a helpdesk+chatbot (Chatwoot / Telegram) and creates records in a "DB" (of Airtable) via API.

Dependencies

node: "18.x" airtable: "^0.11.6" dotenv: "^16.0.3"

To start project

$ npm i
$ npm run start