Skip to content

guivaloz/nasa-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nasa-cli

Command Line Interface made with Typer and Python for NASA API.

About NASA API

Go to NASA API.

Installation

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 install

Usage

Activate the virtual environment if not already activated:

source .venv/bin/activate  # On Windows use `.venv\Scripts\activate

Download APOD (Astronomy Picture of the Day):

nasa_cli apod bajar

Download a date range of APODs:

nasa_cli apod bajar-rango --desde 2025-11-01 --hasta 2025-11-30

About

Command Line Interface made with Typer and Python for NASA API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages