|
|
vor 7 Jahren | |
|---|---|---|
| .idea | vor 7 Jahren | |
| JS | vor 7 Jahren | |
| css | vor 10 Jahren | |
| images/logos | vor 10 Jahren | |
| .gitignore | vor 10 Jahren | |
| README.md | vor 7 Jahren | |
| index.html | vor 10 Jahren |
Us the XMLHttpRequest() to receive the remote json feed from the following website https://data.sfgov.org/api/views/yitu-d5am/rows.json?accessType=DOWNLOAD
The json feed list movies made in San Francisco
Write the following info for each movie to the webpage:
movie title
release year
production company
Only list movies that were made at the Golden State Bridge
Use "document.getElementById('result').innerHTML += your_output;" to write the movie's info to the page.
Append "<br>" to output code to create a new line