Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelmarquez90/email-api
This is a simple API that provides a POST route that allows you to send emails with SparkPost API
https://github.com/joelmarquez90/email-api
email heroku javascript nodejs sparkpost
Last synced: 5 days ago
JSON representation
This is a simple API that provides a POST route that allows you to send emails with SparkPost API
- Host: GitHub
- URL: https://github.com/joelmarquez90/email-api
- Owner: joelmarquez90
- License: mit
- Created: 2017-02-04T16:41:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T17:30:17.000Z (almost 8 years ago)
- Last Synced: 2024-11-13T07:29:24.771Z (2 months ago)
- Topics: email, heroku, javascript, nodejs, sparkpost
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# email-api
This is a simple API that provides a POST route that allows you to send emails with [SparkPost API](https://developers.sparkpost.com/api/).
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed, and that you have a valid SparkPost API Key.
```sh
git clone [email protected]: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](http://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](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/joelmarquez90/email-api)
## Author
Joel Márquez <[email protected]> http://github.com/joelmarquez90
## License
- **MIT** : http://opensource.org/licenses/MIT