Skip to content

emmano3h/node_sendinblue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An API to show how to send mail using NodeJs and sendinblue (https://www.sendinblue.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published