This repository contains the source for an AngularJS application for viewing images in NASA's Astronomy Picture of the Day (APOD) series. The application provides users with a calendar interface for finding the captioned images by date, and downloading each image or its HD version. Users can also watch any video that NASA uploaded as its "Picture of the Day." The application retrieves images and videos via the space agency's API.
- This project makes use of NASA's APOD API to access images and videos. To get an API key, visit: https://api.nasa.gov/index.html#apply-for-an-api-key
- Node.js with Express.js web framework
- AngularJS web framework
- Angular Material components for Angular
- Material Icons style sheet
Gary Pang - garypang.dev