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
- Host: GitHub
- URL: https://github.com/motdotla/sendgridjs-demo
- Owner: motdotla
- Created: 2013-08-05T00:44:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T14:17:29.000Z (about 11 years ago)
- Last Synced: 2025-01-24T04:36:36.758Z (9 months ago)
- Language: CSS
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```