Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 855 Bytes

NASA APOD in Streamlit ☄

Streamlit x NASA APOD

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
Streamlit App


Steps to run locally

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