https://github.com/saketkothari/nasa-apod
Incorporating Nasa API to get random Astronomy Picture of the Day.
https://github.com/saketkothari/nasa-apod
css3 javascript loader mobile-responsive nasa-api nasa-apod
Last synced: 7 months ago
JSON representation
Incorporating Nasa API to get random Astronomy Picture of the Day.
- Host: GitHub
- URL: https://github.com/saketkothari/nasa-apod
- Owner: SaketKothari
- Created: 2021-09-04T08:11:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T08:25:21.000Z (about 4 years ago)
- Last Synced: 2025-01-26T02:28:14.528Z (9 months ago)
- Topics: css3, javascript, loader, mobile-responsive, nasa-api, nasa-apod
- Language: JavaScript
- Homepage: https://saketkothari.github.io/nasa-apod/
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nasa-apod
Incorporating Nasa API to get random Astronomy Picture of the Day.### [Live Site](https://saketkothari.github.io/nasa-apod/)
#
#### API Reliability :-
A very large number of people use the instance of this API that NASA has set up. If you need a extremely reliable version of this API, you likely want to stand up your own version of the API. You can do that with this code! All information that this API returns is actually just grabbed from the Astronomy Photo of the Day Website (APOD).#
#### Features :-
* Result is formatted into cards with an image, title add to favorites, description, date and copyright information
* Ability to add images to favorite of our page this is accomplished using local storage
* Also have option to remove from favorite
* These images are lazy loaded in order to improve performance, only load when it comes to scroll.