Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Imagine any API link don't create any web API > I Implement findTempl) function as follows: This function will be called whenever the user change
Imagine any API link don't create any web API
> I Implement findTempl) function as follows: This function will be called whenever the user change the value of the pull-down menu. This function should contact the Web Service API, sending the selected country code, to display the information (country, daily temperatures in the week and average weekly temperature) inside the div tag whose id = result as shown in the example on the right. Sample Example View Requests History Country: BAHRAIN Country: Bahrain In addition, the country name and the average temperatures should be saved as one JS object inside an array in a local storage. Whenever new request is made, the country/average will be saved and added to the array inside the local storage (duplicates is allowed). 1. SUNDAY Temp is 37 2. MONDAY Temp is 35 3. TUESDAY Temp is 39 4. WEDNESDAY Temp is 37 5. THURSDAY Temp is 35 6. FRIDAY Temp is 34 7. SATURDAY Temp is 37 Average Temp: 36.285714285714285 (Tip: define JS Object with Country/Average properties) and then push it inside the array)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started