View batches_dump.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"batch": "10 Class- Term 2", | |
"id": "28714-4782" | |
}, | |
{ | |
"batch": "11J1-A0S", | |
"id": "28740-4782" | |
}, | |
{ |
View timetable.napkin.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cheerio from "cheerio"; | |
import fetch from "node-fetch"; | |
import fs from "fs/promises" | |
const ALLOWED_CLASSES = { | |
"REGULAR CLASS-H": "Regular Class", | |
"MERGE CLASS-H": "Merge Class" | |
}; | |
const DEFAULT_BATCH = "31216-4846" |
View .\jsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "es6" | |
}, | |
"exclude": ["node_modules", "**/node_modules/*"] | |
} |
View React Vite Tailwind
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
React Vite Tailwind setup |
View Winston Logger Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Winston Logger Config |
View Package.json for vanilla js (Parcel)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package.json for vanilla js (Parcel) |