
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@starfetch-js/core
Advanced tools
TypeScript library for querying Gaia, SIMBAD, VizieR, and other public astronomy TAP services with reproducible ADQL.
TypeScript primitives for querying Gaia, SIMBAD, VizieR, the NASA Exoplanet Archive, IRSA, and other public astronomy TAP services. Use this package for a script, application, or custom agent adapter that needs reproducible ADQL, live VOSI metadata, TAP/UWS jobs, VOTable parsing, registry discovery, and structured output conversion.
npm install @starfetch-js/core
import { tap } from "@starfetch-js/core";
const client = tap("gaia");
const columns = await client.columns("gaiadr3.gaia_source");
const result = await client.query(
"SELECT TOP 5 source_id, ra, dec FROM gaiadr3.gaia_source",
{ format: "votable", maxrec: 5 },
);
console.log(columns.length);
console.log(await result.json());
Inspect current tables and columns before constructing service-specific ADQL;
use both ADQL TOP and TAP MAXREC for exploratory bounds. This package is
for public TAP access and does not implement authentication or scientific
interpretation. Use @starfetch-js/mcp
for an agent-ready server or @starfetch-js/cli
for scripting.
FAQs
TypeScript library for querying Gaia, SIMBAD, VizieR, and other public astronomy TAP services with reproducible ADQL.
The npm package @starfetch-js/core receives a total of 36 weekly downloads. As such, @starfetch-js/core popularity was classified as not popular.
We found that @starfetch-js/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.