Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 602 Bytes

NF-eBOT - Sender

Responsible to send mailchimp campaign and slack message, builded with Node.JS.


To Install

Dependencies

First create config.js using config.js.dist template and run: npm install


To Run

Default mode

node app/main.js

PM2 mode

pm2 start pm2_ecosystem.json

Docker mode

Using Dockerfile to build or/and docker-compose.yml.


Folder Structure

  • app: source files
  • doc: templates and others
  • examples: about api collection post structure and others