rocketdata
Version:
**Rocketdata** is a modern, lightweight Node.js wrapper for [NASA's public APIs](). Easily fetch data from the Astronomy Picture of the Day (APOD), Mars Rover imagery, and more — all with clean, promise-based functions.
3 lines (2 loc) • 305 B
TypeScript
export { getAstronomyPictureOfTheDay, ApodRequestParams, ApodResponse, } from './apod';
export { getMarsRoverPhotosByEarthDate, getMarsRoverPhotosByMartianSol, getRoverMissionManifest, Rover, CameraInfo, EarthDateQueryParams, SolQueryParams, MarsPhotoResponse, MarsPhoto, RoverManifest } from './rovers';