An open API service indexing awesome lists of open source software.

https://github.com/motdotla/sendgridjs-demo

Live demo app of sendgridjs
https://github.com/motdotla/sendgridjs-demo

Last synced: 7 months ago
JSON representation

Live demo app of sendgridjs

Awesome Lists containing this project

README

          

# sendgridjs-demo

Simplified version of [sendgridjs](http://github.com/scottmotte/sendgridjs) for demo purposes.

## Approach

Cmd + F1

I'm with a little startup called SendGrid.

API company

We make it super simple to send and receive email from your applications

Turn-key solution

Password reset. Alert/notification emails.

Start with static app that wants to send an email from the front-end. Show clicking the button and how it console logs.

Then switch to changing that console.log to actually sending out an email.

## Usage

```
open ./static-example/index.html
node app.js
```