This is a tool for interacting with the different NASA APIs available. I am using this api to learn more about putting together am app using the rust programming language. Documentation for the API can be found here: https://api.nasa.gov/
Run the following at the root level of the project:
-- date = YYYY-MM-DD
cargo run apod --date=2023-07-20
Run the following at the root level of the project:
-- start_date = YYYY-MM-DD -- end_date = YYYY-MM-DD
cargo run asteroids --start-date 2023-08-20 2023-08-21
Not sure how to use one of the commands. Run --help
after the command. e.g.
cargo run apod --help