UNPKG

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.

34 lines (22 loc) 772 B
# 🚀 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: ```bash npm install rocketdata ``` Or with yarn: ```bash yarn add rocketdata ``` ## ⚡ API View the full API documentation [here](API.md).