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
- Host: GitHub
- URL: https://github.com/mr-addict/nodejs-scheduled-tasks
- Owner: MR-Addict
- Created: 2023-02-07T15:42:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T03:28:07.000Z (over 2 years ago)
- Last Synced: 2025-01-12T12:46:32.605Z (about 1 year ago)
- Topics: docker, mongodb, node-schedule, nodejs
- Language: TypeScript
- Homepage: https://schedule.mraddict.one
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```