Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andry-ks/nasa-api
NASA Open APIs 🌌
https://github.com/andry-ks/nasa-api
Last synced: 27 days ago
JSON representation
NASA Open APIs 🌌
- Host: GitHub
- URL: https://github.com/andry-ks/nasa-api
- Owner: Andry-Ks
- Created: 2024-10-16T21:59:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:07:32.000Z (4 months ago)
- Last Synced: 2024-10-24T11:19:21.763Z (3 months ago)
- Language: HTML
- Homepage: https://test-nasa-api.vercel.app
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NASA Open APIs
## Description
NASA Open APIs is a web application that provides users with access to various NASA data, including the Astronomy Picture of the Day (APOD), geomagnetic storm forecasts, and information about near-Earth objects (asteroids). The application showcases beautiful space images, valuable scientific data, and updates on potentially hazardous asteroids.## Features
- Fetches the Astronomy Picture of the Day from the NASA API.
- Displays the title, date, explanation, and image of the day.
- Provides geomagnetic storm forecasts.
- Offers information about near-Earth objects, including asteroids.### Prerequisites
- Node.js
- npm### Installation
1. Clone the repository
2. Navigate to the project directory
3. Install the dependencies:
npm install
### Running the Application
To start the application, run:
npm start### API Key
To fetch data from the NASA API, you will need an API key. Set up your environment variable API_KEY with your NASA API key. Api key can be obtained on the web site api.nasa.gov### Acknowledgements
NASA for providing the Open APIs, including APOD, geomagnetic forecasts, and data on near-Earth objects.