NASA APOD in Streamlit is a webapp that uses NASA's APOD (Astronomy Picture of the Day) API and Streamlit to show the APOD of a selected date with a friendly UI!
Run the app in Streamlit Cloud
Use git clone https://github.com/GermanHeim/nasa-apod-streamlit
Make sure to add your API Key in the api_key
variable or use DEMO_KEY
Install the requirements using pip install -r requirements.txt
Run using streamlit streamlit run streamlit_app.py
References
NASA APIs
Streamlit Documentation