An open API service indexing awesome lists of open source software.

https://github.com/drish/email-receiver


https://github.com/drish/email-receiver

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# email-receiver

Simple server that receives email strings and stores them in a Notion database.

## Running

`yarn dev`

### Usage

```
curl -d '{"email":"email@email.com"}' -H "Content-Type: application/json" -X POST http://localhost:3000/
```