Skip to content

settlegrid/settlegrid-nasa-data

Repository files navigation

NASA Open Data

Astronomy photos, near-Earth objects, and image search.

Powered by SettleGrid License: MIT Deploy with Vercel

30-Second Quickstart

# 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

Methods

Method Description Cost
get_apod() Astronomy Picture of the Day
get_neo(startDate, endDate) Near-Earth Objects in date range
search_images(query) Search NASA image/video library

Monetization

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.

Deploy

Deploy with Vercel

# Or use Docker
docker build -t settlegrid-nasa-data .
docker run -e SETTLEGRID_API_KEY=sg_live_xxx -p 3000:3000 settlegrid-nasa-data

Demo

Loom demo placeholder — record a 30-second walkthrough and paste the embed URL here.

Standalone Value

This template works without SettleGrid. See remove-settlegrid.md for step-by-step removal instructions. No lock-in.

Original README

The original template was generated by the SettleGrid scaffolder. Upstream API attribution is preserved below.

Upstream API

  • Provider: NASA
  • Auth: DEMO_KEY (30 req/hr) or free API key (1000 req/hr)
  • Docs: https://api.nasa.gov

License

MIT — see LICENSE


Built with SettleGrid — The Settlement Layer for the AI Economy

About

Astronomy photos, near-Earth objects, and image search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors