Skip to content

Commit

Permalink
add a api-data fetch module and apply scheduling
Browse files Browse the repository at this point in the history
< squashed commits >

node-schedule package usage test

rename files

add a schedules-data parser timer

refactor: divide a log module

refactor: divide a schedule-data parser timer into module

add a schedule-data fetch module

refactor: modify a log module

apply the external URL to a schedule-data fetch module
  • Loading branch information
mantaGIT committed Aug 9, 2024
1 parent 9e3166f commit 6bb18f9
Show file tree
Hide file tree
Showing 16 changed files with 137 additions and 2,630 deletions.
50 changes: 49 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"start": "node scripts/index.js",
"deploy": "node scripts/deploy-commands.js",
"data": "node scripts/data/create-data-files.js",
"test": "node scripts/test.js"
},
"author": "manta",
Expand All @@ -19,6 +18,7 @@
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"node-schedule": "^2.1.1"
}
}
Loading

0 comments on commit 6bb18f9

Please sign in to comment.