8000 GitHub - joelmarquez90/email-api: This is a simple API that provides a POST route that allows you to send emails with SparkPost API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joelmarquez90/email-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-api

This is a simple API that provides a POST route that allows you to send emails with SparkPost API.

Running Locally

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.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy

Author

Joel Márquez 90joelmarquez@gmail.com http://github.com/joelmarquez90

License

About

This is a simple API that provides a POST route that allows you to send emails with SparkPost API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0