https://github.com/relative/imap2webhook
https://github.com/relative/imap2webhook
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relative/imap2webhook
- Owner: relative
- License: bsd-3-clause
- Created: 2022-03-17T17:01:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T07:56:19.000Z (over 3 years ago)
- Last Synced: 2025-03-18T23:40:55.813Z (9 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```