An open API service indexing awesome lists of open source software.

https://github.com/germanheim/nasa-apod-streamlit

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!
https://github.com/germanheim/nasa-apod-streamlit

nasa nasa-apod nasa-apod-api streamlit streamlit-application streamlit-webapp

Last synced: 4 months ago
JSON representation

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!

Awesome Lists containing this project

README

          

# NASA APOD in Streamlit ☄
![Streamlit x NASA APOD](https://i.imgur.com/GiPHrVq.png)

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](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/germanheim/nasa-apod-streamlit/main)

---
### 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](https://api.nasa.gov/)

[Streamlit Documentation](https://docs.streamlit.io/)