Original Project URL: https://codepen.io/mtrivera/pen/reJVNy
Screenshot goes here
The weather is displayed based on your location. You can toggle between imperial and metric units by clicking a button.
- I can see the weather in my current location.
- I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.
- I can push a button to toggle between Fahrenheit and Celsius.
- Getting user location information
- Used third party API for location information, but only needed Geolocation API, which is built into most browsers
- jQuery
- Practice more AJAX requests
- Geolocation API
- Get a user's location info (latitude and longitude)
- HTML5
- CSS3
- Geolocation API
- JavaScript
- jQuery
- Bootstrap
- CodePen
- VSCode
- First Celsius conversion requires two clicks
- Add CSS styling
- Make responsive
- Utilize Bootstrap