Skip to content
albertkun edited this page May 6, 2021 · 3 revisions

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

https://github.com/albertkun/21S-ASIAAM-191A/discussions/137

Clone this wiki locally