30 lines
275 B
Markdown
30 lines
275 B
Markdown
## Run
|
|
|
|
```bash
|
|
npm install
|
|
node index.js
|
|
```
|
|
|
|
## Setup
|
|
|
|
data/config.json
|
|
```json
|
|
[
|
|
{
|
|
"apikey": "",
|
|
"email": "your@email.address",
|
|
"uid": "your uid"
|
|
}
|
|
]
|
|
```
|
|
.env file
|
|
```
|
|
PORT=20123
|
|
TIMEOUT=60000
|
|
SMTP_HOST=
|
|
SMTP_PORT=
|
|
SMTP_SECURE=
|
|
SMTP_SENDER=
|
|
SMTP_PASS=
|
|
```
|