https://amna8977.github.io/sunsmart/
SunSmartUVtracker.py- A Python Streamlit app that:- accepts a city name from the user
- looks up matching locations via the Open-Meteo geocoding API
- fetches the current UV index for the selected location
- displays UV guidance and optional raw API output
index.html- Main SunSmart landing page.tracker.html- A more advanced UV tracker page.tracker-basic.html- A simpler UV tracker page.
- Enter a city name like
Las Vegas, NVorParis, France. - Select the correct location from the list of matches.
- View the current UV index and safety guidance.
- Optionally click
Show raw API responseto inspect the JSON data.
Open any of these files directly in a browser:
index.htmltracker.htmltracker-basic.html
- The app uses the Open-Meteo geocoding API and forecast API.
- The HTML files are static examples and do not require a server.