This is a simple API that provides a POST route that allows you to send emails with SparkPost API.
Make sure you have Node.js and the Heroku Toolbelt installed, and that you have a valid SparkPost API Key.
git clone git@github.com:joelmarquez90/email-api.git # or clone your own fork
cd email-api
npm install
npm start
Your app should now be running on localhost:5000.
heroku create
git push heroku master
heroku open
Alternatively, you can deploy your own copy of the app using the web-based flow:
Joel Márquez 90joelmarquez@gmail.com http://github.com/joelmarquez90