Astronomy photos, near-Earth objects, and image search.
# Option 1: Use the CLI scaffolder
npx create-settlegrid-tool --template nasa-data
# Option 2: Clone and run
git clone https://github.com/settlegrid/settlegrid-nasa-data.git
cd settlegrid-nasa-data
npm install
cp .env.example .env # Add your API keys
npm run dev| Method | Description | Cost |
|---|---|---|
get_apod() |
Astronomy Picture of the Day | 1¢ |
get_neo(startDate, endDate) |
Near-Earth Objects in date range | 2¢ |
search_images(query) |
Search NASA image/video library | 1¢ |
Turn this template into a revenue stream. At the default 1¢/call pricing, SettleGrid takes 0% on your first $1,000/mo of revenue (then 2–5%, volume-tiered, above it):
| Monthly Calls | Your Revenue |
|---|---|
| 1,000 | $10 |
| 10,000 | $100 |
| 100,000 | $1,000 |
See monetization.md for full pricing math and payout details.
# Or use Docker
docker build -t settlegrid-nasa-data .
docker run -e SETTLEGRID_API_KEY=sg_live_xxx -p 3000:3000 settlegrid-nasa-dataLoom demo placeholder — record a 30-second walkthrough and paste the embed URL here.
This template works without SettleGrid. See remove-settlegrid.md for step-by-step removal instructions. No lock-in.
The original template was generated by the SettleGrid scaffolder. Upstream API attribution is preserved below.
- Provider: NASA
- Auth: DEMO_KEY (30 req/hr) or free API key (1000 req/hr)
- Docs: https://api.nasa.gov
MIT — see LICENSE
Built with SettleGrid — The Settlement Layer for the AI Economy