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

https://github.com/mr-addict/nodejs-scheduled-tasks

Personal Node.js scheduled tasks
https://github.com/mr-addict/nodejs-scheduled-tasks

docker mongodb node-schedule nodejs

Last synced: 2 months ago
JSON representation

Personal Node.js scheduled tasks

Awesome Lists containing this project

README

          

# Nodejs Scheduled Tasks

## 1. Link

- [https://schedule.mraddict.one](https://schedule.mraddict.one)

## 2. Deploy

Add .env:

```text
MONGODB_URL="Mongodb url"
EMAILPASS="Email password"
SERVER_CHAN_KEY="Server chan key"
GLADOS_COOKIE="Glados account cookie"
TELEGRAM_BOT_TOKEN="Telegram bot token"
OPENWEATHER_APIKEY="Create a openweather key
```

Build docker:

```bash
docker-compose build
```

Start docker:

```bash
docker-compose up -d
```