Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 404 Bytes

README.nitrous.md

File metadata and controls

10 lines (8 loc) · 404 Bytes

Setting up on Nitrous.IO

Run the following commands in the terminal:

  1. Run cd ~/workspace/sendgrid-nodejs-example
  2. Run cp .env.example .env
  3. In the .env file, replace SENDGRID_USERNAME to your Sendgrid Username
  4. In the .env file, replace SENDGRID_PASSWORD to your Sendgrid Password
  5. In the .env file, replace TO to your email address
  6. Run node sendgrid-nodejs-example.js