3.0.0 • Published 4 years ago
sendgrid-proxy v3.0.0
SendGrid Proxy
A dead simple HTTP proxy to unleash the SendGrid API.
Installation
npm install sendgrid-proxy
Setup
Create a .env
file to define your environment variables:
SENDGRID_API_KEY=
PORT=3000
Usage
Serve local HTTP proxy:
sendgrid-proxy
Browse your working copy:
http://localhost:3000/v3
Deployment
Trigger Deploy to Heroku and fill out the form.