/NASA-API

This repository contains the source code for an app that utilizes data from NASA and SpaceX to discover the number of potentially habitable planets in our galaxy. The app allows users to explore the latest data and research on exoplanets, and provides a user-friendly interface to search for and learn more about planets that meet the criteria for th

Primary LanguageJavaScript

NASA-API

Work on NASA API... consume data from SPACEx API

to get all planets.

submit a POST request to /v1/planets

to get all launches

submit a GET request to /v1/launches for PAGINATION , pass query parameter page, limit into the **URI. ** e.g /v1/launches?pages=2&limit=100