Lab assignment
Lab Assignment #4 - Loops and APIs¶
Due 5/6¶
In this week’s lab, we learned how to loop through data and connect to an API. Your task is to create a mini-version of the final group project for the class that intakes data and maps it.
The requirements are:
- Use any type of for-loop within a JavaScript function that adds API data from a Google Spreadsheet form.
- Add a pop-up with at least 2 fields from the Google Form.
- Add data from Google Spreadsheets into your map
Submission¶
- Commit your changes to GitHub
- Find your
index.html
in theWeek_05
folder and copy the URL. It should look something like this: - https://albertkun.github.io/21S-ASIAAM-191A-Assignments/Week_05/index.html
- Paste your link as a comment in the Discussion forum for Lab Assignment #4:
- https://github.com/albertkun/21S-ASIAAM-191A/discussions/137
Last update: 2022-01-24