Skip to content

Interaction with NASA's Near Earth Object Web Service (NeoWs) to retrieve data about near-Earth objects (NEOs) detected within the last 7 days.

Notifications You must be signed in to change notification settings

Neliz3/NEOs-Detecting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEOs-Detecting

Script to interact with NASA's Near Earth Object Web Service (NeoWs) to retrieve data about near-Earth objects (NEOs) detected within the last 7 days.

Table of contents

Technologies Used

  • Go 1.22.2
  • Docker

How to run:

Run the following commands:

  1. To create a Docker image: docker build -f build Dockerfile -t neos .
  2. Go to https://api.nasa.gov/ and generate your own API key.
  3. Enter a generated API key: docker run -e API_KEY='DEMO_KEY' neos

About

Interaction with NASA's Near Earth Object Web Service (NeoWs) to retrieve data about near-Earth objects (NEOs) detected within the last 7 days.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published