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

https://github.com/relative/imap2webhook


https://github.com/relative/imap2webhook

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# imap2webhook

## usage

```shell
git clone https://github.com/relative/imap2webhook.git
pnpm install # npm install, yarn install
copy .env.example .env
# edit .env
node src/index.js # or pnpm start, npm run start, yarn start
```