starfyi
v0.1.0
Published
Stars, constellations and astronomy API client — starfyi.com. Zero dependencies.
Maintainers
Readme
starfyi
Stars, constellations and astronomy API client — starfyi.com. Zero dependencies.
Install
npm install starfyiQuick Start
import { StarFYI } from "starfyi";
const client = new StarFYI();
const results = await client.search("sirius");
console.log(results);License
MIT
