Skip to content

Instantly share code, notes, and snippets.

View theSoberSobber's full-sized avatar
🐢

Pavit Chhabra theSoberSobber

🐢
View GitHub Profile
@theSoberSobber
theSoberSobber / index.js
Last active January 12, 2026 16:38
Filtering CLIST API over a serverless function.
// URLS:
// Codeforces: https://filtered-cal.vercel.app/api/codeforces
// Codechef: https://filtered-cal.vercel.app/api/codechef
// Atcoder: https://filtered-cal.vercel.app/api/atcoder
const express = require("express");
const app = express();
/**