Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 438 Bytes

node_sendinblue

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