web_programming.nasa_data¶
Attributes¶
Functions¶
|
Get the APOD(Astronomical Picture of the day) data |
|
Get the data of a particular query from NASA archives |
|
Module Contents¶
- web_programming.nasa_data.get_apod_data(api_key: str) dict ¶
Get the APOD(Astronomical Picture of the day) data Get your API Key from: https://api.nasa.gov/
- web_programming.nasa_data.get_archive_data(query: str) dict ¶
Get the data of a particular query from NASA archives
- web_programming.nasa_data.save_apod(api_key: str, path: str = '.') dict ¶
- web_programming.nasa_data.apollo_2011_items¶