FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-beginner-projects/projects/NASA-APOD at main · Utkarsh-Raj20/python-beginner-projects · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

NASA-APOD

Astronomy Picture of the Day is a popular website from NASA. This app retrives the metadata of an image from APOD and the image itself (including the explanation of the picture).

Pre-Req

pip install -r requirements.txt

How to run the app

  1. Create a account in nasa.gov and generate your API KEY
  2. Pass it in credentials.py
  3. Run the application python main.py

Back | FazBrowse Home | New Git URL