Home

Awesome

NASA-Media-Search

ReactJs | Jest | React-Testing-Library <br/> NASA-Media-Search

NASA Media Search is a beginner-friendly project in ReactJs, Jest, and react-testing-library. This project teaches you how to build a practical frontend with the help of beautiful APIs you already have.

About

A website provides a satellite's perspective of the planet as it looks today and as it has in the past through daily satellite images you just go and search of the image you want to see when it was clicked by NASA and how it looks, The image with it's detail shown there

Each day a different image or photograph of our fascinating universe is featured along with a brief explanation written by a professional astronomer data available on NASA Picture of the Day (current date through June 16, 1995).

Enjoy searching and grap imformation hope you all love it.

Screenshots

Home Page

Home Page

Searching

Searching

Search page

Search page be like

Open image

Open image

More search and back to home page

More search and back to home page

How to contribute to this project | Getting started

git clone https://github.com/<YOUR-GITHUB-USERNAME>/NASA-Media-Search
git checkout -b branch-name
git add .
git commit -m 'Commit message'
git push origin branch-name

API Reference

APOD

One of the most popular websites at NASA is the Astronomy Picture of the Day. In fact, this website is one of the most popular websites across all federal agencies. It has the popular appeal of a Justin Bieber video. This endpoint structures the APOD imagery and associated metadata so that it can be repurposed for other applications. In addition, if the concept_tags parameter is set to True, then keywords derived from the image explanation are returned. These keywords could be used as auto-generated hashtags for twitter or instagram feeds; but generally help with discoverability of relevant imagery.

The full documentation for this API can be found in the APOD API Github repository.

HTTP Request

GET https://api.nasa.gov/planetary/apod

Parameters

ParameterTypeTypeDescription
dateYYYY-MM-DDtodayThe date of the APOD image to retrieve

Example query

https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY