pyBegin / projects / nasa-apod
🌐

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 t…

17 lines🖥 Desktop only

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

Pyodide-runnable

No — it makes network requests to the NASA APOD API and downloads the image file with wget.