22 Commits

Author SHA1 Message Date
ad4630e495 Attempting to add the form for passing the weather location but it's been failing to render. Hardcoded field sizes for now. Still figuring out how the expense tracker app is working without this. 2025-05-14 18:46:39 -07:00
2ee8eaecc8 Correct "errors". 2025-05-14 08:34:23 -07:00
13c532e87f Add another README. 2025-04-26 10:15:03 -07:00
70eaa8a4fb Add README's to a few folders. 2025-04-26 10:13:59 -07:00
3ae27fdda4 Add notes for my own comfort calculations, where >= 10 will be considered uncomfortable. 2025-04-26 10:12:21 -07:00
4132aa0f83 Add the wind annoyance factor from Buddy and placeholders for a new Feels Like calculation. 2025-04-26 10:10:29 -07:00
6e2d293cdc Add the heat index as well as some error handling. 2025-04-26 08:37:35 -07:00
7ffcfee1d3 Add wind chill. 2025-04-25 17:33:11 -07:00
7e53a2b4e2 Successfully pulling a good weather report. Now to add the heat index and wind chill calculations. 2025-04-25 17:10:22 -07:00
b1d01c6915 Begin a refactor of code to make it more reusable and get it out of main. Going to stop worrying about this for now though and just get the data formatted and presented well, then refactor once it's working correctly. 2025-04-25 15:59:53 -07:00
c2995dac6d Add variables for the Open Weather config rather than holding it in the min file. 2025-04-25 15:59:02 -07:00
4483c1ebb0 Add file for future JSON related code. 2025-04-25 15:58:26 -07:00
8c8b848090 Change magic numbers to be a variable. :) 2025-04-25 08:41:03 -07:00
54ae255e9e Add var for number of seconds between data refreshes. Rename locals file to config and also end example files in .dart. 2025-04-25 08:39:56 -07:00
7a48d137e0 Do not allow the weather to be refreshed very quickly. 2025-04-25 08:34:19 -07:00
0f475773de Add a refresh button! Yeehaw! 2025-04-25 08:20:03 -07:00
d8cc22ce80 Create locals file for local configuration and testing variables. Move variable-based files to a var folder. 2025-04-25 08:19:41 -07:00
c2537f78cd Project is successfully hitting the weather API and returning the response to the screen after the async method finishes. Yay!! 2025-04-25 07:54:20 -07:00
b598f4cddb Add a bin folder with the start of a few helper scripts. 2025-04-25 07:52:46 -07:00
8cc609ff4e Add a secrets file for storing API keys and such. 2025-04-25 07:52:19 -07:00
ee116bed8d Add empty flutter project named com_hyperling_buddy_website. 2025-04-25 07:12:45 -07:00
44397014d7 Initial commit 2025-04-25 05:41:20 -07:00