To Do This Week:
Canvas Game Due
Send me a Slack message with a description of your Final Project
Class
Quiz #2
TBA
Make a basic Weather app
Weather App Project
Due: April 17th
Introduce Weather App
Use this weather app template to create your own weather app. Get an api key from the open weather map api and replace what I have. Access the JSON weather output and get particular data to make a change to the page that reflects the current weather.
Fetch()
Server Requests/Ajax:
- JavaScript Fetch api / FreeCodeCamp’s Explanation of Fetch
- intro to Ajax– asynchronous javascript and xml, passing data (GET or POST) without refreshing page
- intro to XML– extensible mark-up language, used for storing and exchanging data.
- JSON-javascript object notation, used for storing and exchanging data.
Weather App:
To get weather by geolocation: