Initial Commit
parents
.gitignore
0 → 100644
README.md
0 → 100644
build/index.js
0 → 100644
build/index.js.map
0 → 100644
build/src/frost/DataTypes.js
0 → 100644
build/src/here/DataTypes.js
0 → 100644
build/src/here/HereClient.js
0 → 100644
build/src/logger/logger.js
0 → 100644
docker-compose.example.yaml
0 → 100644
index.ts
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "traffic-history-job", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "start": "nodemon index.ts", | |||
| "build": "tsc --project ./", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://gitlab.com/hanadiEbrahim/traffic-history-job.git" | |||
| }, | |||
| "author": "Hanadi Ebrahim", | |||
| "license": "ISC", | |||
| "bugs": { | |||
| "url": "https://gitlab.com/hanadiEbrahim/traffic-history-job/issues" | |||
| }, | |||
| "homepage": "https://gitlab.com/hanadiEbrahim/traffic-history-job#readme", | |||
| "dependencies": { | |||
| "express": "^4.17.1", | |||
| "node-cron": "^2.0.3", | |||
| "node-fetch": "^2.6.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/node-cron": "^2.0.3", | |||
| "@types/node-fetch": "^2.5.7", | |||
| "@types/express": "^4.17.9", | |||
| "@types/node": "^14.14.14", | |||
| "nodemon": "^2.0.6", | |||
| "ts-node": "^9.1.1", | |||
| "typescript": "^4.1.3" | |||
| } | |||
| } |
src/frost/DataTypes.ts
0 → 100644
src/frost/FrostClient.ts
0 → 100644
Please register or sign in to comment