forked from smartpager/msg-email
Update README.md
This commit is contained in:
parent
d14ff6d0be
commit
cdb6ecb7eb
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -1 +1,14 @@
|
||||||
# msg-email
|
# msg-email
|
||||||
|
|
||||||
|
Creates Notifications from incoming E-Mails, supports parsing/custom handling.
|
||||||
|
|
||||||
|
# Installing
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/smartpager-network/msg-email
|
||||||
|
cd msg-email
|
||||||
|
npm install
|
||||||
|
cp credentials.default.json credentials.json
|
||||||
|
# EDIT credentials.json
|
||||||
|
# EDIT config.json
|
||||||
|
node index.js # or pm2 start index.js # if you have pm2 installed(https://pm2.keymetrics.io)
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue