rocketdata
v2.3.8
Published
**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.
Maintainers
Readme
🚀 Rocketdata
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.
🌌 Features
- 🌠 Fetch daily space imagery and descriptions via APOD
- 🤖 Access high-resolution Mars Rover photos by date or sol
- 🛰️ Filter results by camera or rover type
- ⚡ Fully typed (TypeScript support out of the box)
- 📦 Lightweight, fully documented API
📦 Installation
Install Rocketdata using npm:
npm install rocketdataOr with yarn:
yarn add rocketdata⚡ API
View the full API documentation here.
