Command Line Interface made with Typer and Python for NASA API.
Go to NASA API.
Create a virtual environment and activate it:
python -m venv .venv
source .venv/bin/activate # On Windows use `.venv\Scripts\activate`Install the required packages:
pip install poetry
poetry installActivate the virtual environment if not already activated:
source .venv/bin/activate # On Windows use `.venv\Scripts\activateDownload APOD (Astronomy Picture of the Day):
nasa_cli apod bajarDownload a date range of APODs:
nasa_cli apod bajar-rango --desde 2025-11-01 --hasta 2025-11-30