Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 195 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 195 Bytes

typescript-nodejs-sendgrid

Email service layer for a Node.js application using TypeScript and SendGrid

Install

$ npm install

Compile

$ node_modules/.bin/tsc

Test

$ npm test