Skip to content

TeamLifecycle/sendgrid-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

455 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendGrid-nodejs

Same as: https://github.com/sendgrid/sendgrid-nodejs but with support for stats endpoint

var data, sendgrid;

sendgrid = require('sendgrid')(sendgridApiUser, sendgridApiKey);

data = {
  days: 5
};

sendgrid.stats(data, function(err, json) {
  
});

License

Licensed under the MIT License.

About

SendGrid Node.js helper library

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%