Overview
A little inside joke between me and my wife, Giselle. As she has a very narrow window of acceptable ambient temperature, I designed a temperature scale that more closely aligns with her preferences.
Playfully named the Gizeel scale, it is meant to be read similarly to Farenheit, where 70 degrees is the optimal temperature. However, due to the Gizeel scale's narrow window of "optimal", the actual temperature reading may be much higher above or below the Farenheit reading.
Technical Bckground
This is a simple JavaScript program which pulls data for your current location from the OpenWeatherMap API (
https://openweathermap.org/ ), then displays the Gizeel temperature along with a stylized background and icon representing your current weather.
NOTE: | This app requires that you allow your browser to use your location to gather the necessary weather information. If you decline, no temerature will be shown. |
Temperature Conversion
The formula to translate Farenheit to Gizeel is as follows:
- Gizeel = 2.2 (TempF - 40)
Generated 03:35PM 08 Feb 2025
Documentation generated by Ketchup v2.5.0
Developed by Charles Koch - 2024