@nextop-os/daily-tech-radar
v0.1.1
Published
SDK for reading Nextop Daily Tech Radar trend data.
Readme
@nextop-os/daily-tech-radar
import { DailyTechRadarClient } from "@nextop-os/daily-tech-radar";
const client = new DailyTechRadarClient();
const latest = await client.productHunt.latest("zh-CN");The client reads from GitHub raw by default so daily JSON updates become visible
quickly. It accepts an optional baseUrl for tests or private mirrors.
