Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 250 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 250 Bytes

rsvp

This node server collects RSVPs from a web form and sends them to email.

It provides a route

/rsvp

that accepts posted JSON data in the form:

{
  "name": "Samuel Clements",
  "message": "Hey, I'm in!",
  "coming": true
}