Goal
The Sunlight Right web application is intended to bring health awareness to everyone by promoting the use of vitamin D via sunlight exposure or supplementation.
Features
- Tells user how much sunlight they need in order to get a determined amount of vitamin D (International Units)
- Using Open Meteo API https://open-meteo.com/en/docs
- Factors: skin surface area exposure, skin tone (Fitzpatrick Scale), weather (direct solar radiation watts/per square meter)
- Research questions to find answers to:
Finished Tasks
- implement open-meteo to get solar radiation for the day
- implement local storage is save on API uses per session/user
- get user's location coords and timezone
- line chart to view hours and uv index for the day
- pie chart to see the greatest and least amount of vitamin D produced for each hour where production is > 0
- implement google maps with coords https://developers.google.com/maps/documentation/embed/quickstart
Current Tasks
Future Tasks