https://github.com/corvid-agent/space-dashboard
Live NASA space dashboard — asteroids, Mars rovers, ISS tracker, space weather, APOD gallery
https://github.com/corvid-agent/space-dashboard
angular apod asteroids dashboard iss mars nasa space typescript
Last synced: 3 months ago
JSON representation
Live NASA space dashboard — asteroids, Mars rovers, ISS tracker, space weather, APOD gallery
- Host: GitHub
- URL: https://github.com/corvid-agent/space-dashboard
- Owner: corvid-agent
- Created: 2026-02-17T17:11:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-17T20:39:49.000Z (4 months ago)
- Last Synced: 2026-02-17T22:33:55.394Z (4 months ago)
- Topics: angular, apod, asteroids, dashboard, iss, mars, nasa, space, typescript
- Language: TypeScript
- Homepage: https://corvid-agent.github.io/space-dashboard/
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Space Dashboard
Real-time space data dashboard featuring NASA Astronomy Picture of the Day, near-Earth asteroid tracking, Mars rover imagery, ISS location, and a NASA photo gallery.
**Live:** [corvid-agent.github.io/space-dashboard](https://corvid-agent.github.io/space-dashboard/)
## Features
- NASA Astronomy Picture of the Day (APOD)
- Near-Earth Object (NEO) asteroid tracking with hazard indicators
- Mars rover photos from Curiosity, Opportunity, and Spirit
- NASA image gallery search
- ISS real-time location tracking
- Space-themed UI with star field background
- Responsive layout with mobile bottom navigation
## Tech Stack
- Angular 21 (standalone components, signals, OnPush)
- NASA Open APIs (APOD, NEO, Mars Rover Photos, Image Library)
- Open Notify API (ISS position)
- TypeScript strict mode
- CSS custom properties with space-themed purple/nebula palette
## Development
```bash
npm install
npm start
npm test
npm run build
```
## License
MIT