Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 703 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 703 Bytes

nt-channel

Message Channel And Chat Bot for Line & Whatsapp & Telegram

Getting started

Prerequisites

  • Node.js installed (version 14)

Setup

  • Local setup
cd nt-channel
cp .env.sample .env # change values after copying
npm i
npm run start:dev
  • Chatbot setup for local usage
npx ngrok http 7010
# echo "Y" | npm run messenger-webhook:set <URL>/webhooks/messenger

Build

npm run build
npm start

Linting

npm run lint
npm run lint:fix

Testing

npm test
npm run test:e2e

API documentation

Generated at /api-docs endpoint

Technologies used

  • Node.js, TypeScript, NestJS, Bottender