Files
000_notes/carousell/test copy 2.mjs
louiscklaw 8013ac2455 update,
2025-02-01 20:19:28 +08:00

10 lines
202 B
JavaScript

import fetch from "node-fetch";
const response = await fetch("https://www.carousell.com.hk/p/1253932419/", {
headers: {},
method: "GET",
});
const body = await response.status;
console.log(body);