We're using yesterday's finishing point as today's starting point. Like yesterday, we have milestones to jump to if you get behind or need to copy/paste something.
We'll start by going over the application from the end of Workshop 2 to make sure everyone is familiar.
An API (Application Programming Interface) is essentially a way for you to plug in a wire from your application/library/code to someone else's, enabling communication between them. then communicate between them.
In the context of a hackathon, that 'someone else' is typically a 3rd-party service such as:
By the end of this session, our application will be able to:
npm install --save nodemailer
npm install --save request