@arevs/space
v0.1.21
Published
Static space datasets for the @arevs data packages
Readme
@arevs/space
Curated static reference data for planets, moons, stars, and galaxies.
Install
npm install @arevs/spaceWhat it includes
planetsmoonsstarsgalaxiesmilkyWay- Lookup helpers for planets, moons, stars, and galaxies
Usage
import {
planets,
moons,
stars,
milkyWay,
getPlanetByName,
getMoonsByPlanet,
searchStars,
} from "@arevs/space";
const earth = getPlanetByName("Earth");
const jupiterMoons = getMoonsByPlanet("Jupiter");
const sirius = searchStars("Sirius");Docs: https://arevdata.com/astronomy/
Repository: https://github.com/silvandiepen/arev
