Nuridalia.Hernandez 9a9f2ebaf3 Whitney's idea to make it more cute. the flower addition to the movie tittle 6 years ago
.idea fun lab 6 years ago
css initial commit 8 years ago
images/logos initial commit 8 years ago
.gitignore initial commit 8 years ago
README.md Update README.md 6 years ago
index.html fun lab 6 years ago
index.js Whitney's idea to make it more cute. the flower addition to the movie tittle 6 years ago

README.md

Instructions

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