mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Created Cron job to get data from external api every 15 minutes and save it to local database. Created Weather model and controller to get latest weather status
This commit is contained in:
@@ -13,10 +13,12 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.11",
|
||||
"axios": "^0.21.1",
|
||||
"colors": "^1.4.0",
|
||||
"concurrently": "^6.0.2",
|
||||
"dotenv": "^9.0.0",
|
||||
"express": "^4.17.1",
|
||||
"node-schedule": "^2.0.0",
|
||||
"sequelize": "^6.6.2",
|
||||
"sqlite3": "^5.0.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user