Node SendinBlue Its an API written on NodeJS, sendinblue.
How to launch it ?
1- Install app
npm install
2- Open the file app_api/constants/constants.js and change this row to insert your sendinblue apiKey:
SENDINBLUE_PARAMS:{ "apiKey": "**sendin_blue_apikey**", "timeout": 5000 }
3- Launch the app with:
node start bin/www/cluster.js
It will start app following the cluster mode