-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Weather App #429
base: master
Are you sure you want to change the base?
Project Weather App #429
Commits on Sep 27, 2024
-
Add a HTML file with a basic structure. Add a JS file with DOM select…
…ors and API URL and endpoints
Configuration menu - View commit details
-
Copy full SHA for 9c2478e - Browse repository at this point
Copy the full SHA 9c2478eView commit details -
Remove example of what an API key looks like and how it should be use…
…d that came along with the instructions, to avoid security leak mail from GitHub
Configuration menu - View commit details
-
Copy full SHA for 6789ee9 - Browse repository at this point
Copy the full SHA 6789ee9View commit details -
Fetch data for City name, weather description, sunrise, sunset and te…
…mperatur. Update DOM selectors and HTML with correct ID and names.
Configuration menu - View commit details
-
Copy full SHA for 9d17817 - Browse repository at this point
Copy the full SHA 9d17817View commit details -
Fetch data for forecast using async. Add variables for latitud and lo…
…ngitud, and add forecast BASE_URL and forecast URL.
Configuration menu - View commit details
-
Copy full SHA for b7ec8bb - Browse repository at this point
Copy the full SHA b7ec8bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a5a26 - Browse repository at this point
Copy the full SHA a8a5a26View commit details
Commits on Sep 28, 2024
-
Make the function fetchTodayWeatherAsync dynamic by removing City as …
…a global const and place the const for todayURL inside the function, and finally add city as a parameter to that function. Test dynamic city by adding Las Vegas as a param in function invocation
Configuration menu - View commit details
-
Copy full SHA for b0f7e29 - Browse repository at this point
Copy the full SHA b0f7e29View commit details
Commits on Sep 29, 2024
-
HTML: Add HTML element for five-day forecast. Delete element Weekday …
…and Temp. JS: Fix forecast filtering, add forEach loop to display forecast at 12:00 and to add day name using weekdays array.
Configuration menu - View commit details
-
Copy full SHA for 85b4e96 - Browse repository at this point
Copy the full SHA 85b4e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c33e6 - Browse repository at this point
Copy the full SHA 70c33e6View commit details -
Convert Sunset/Sunrise from seconds to milliseconds by multiplying by…
… 1000, which the date object requires
Configuration menu - View commit details
-
Copy full SHA for d1998e0 - Browse repository at this point
Copy the full SHA d1998e0View commit details -
Add CSS styling. Adapt app do different screen sizes. Add weather ico…
…ns for sun, cloudy and few clouds.
Configuration menu - View commit details
-
Copy full SHA for ca9a504 - Browse repository at this point
Copy the full SHA ca9a504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ede3e4 - Browse repository at this point
Copy the full SHA 2ede3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7212d - Browse repository at this point
Copy the full SHA 6f7212dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13277fd - Browse repository at this point
Copy the full SHA 13277fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed47e82 - Browse repository at this point
Copy the full SHA ed47e82View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1063b3 - Browse repository at this point
Copy the full SHA d1063b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe39b2 - Browse repository at this point
Copy the full SHA 8fe39b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d83dc2 - Browse repository at this point
Copy the full SHA 9d83dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b94468 - Browse repository at this point
Copy the full SHA 1b94468View commit details -
Remove todays forcast in the forecastDate filter. Add a const for tod…
…ay for comparison in the forecast.
Configuration menu - View commit details
-
Copy full SHA for 2ced24f - Browse repository at this point
Copy the full SHA 2ced24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d16ec - Browse repository at this point
Copy the full SHA 74d16ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b8cae - Browse repository at this point
Copy the full SHA 85b8caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafc9ec - Browse repository at this point
Copy the full SHA eafc9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6411c9 - Browse repository at this point
Copy the full SHA f6411c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c637333 - Browse repository at this point
Copy the full SHA c637333View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a41b834 - Browse repository at this point
Copy the full SHA a41b834View commit details