Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (20 loc) · 1.1 KB

Javascript Challenge

Web Scraping

1. Background

Project Background: In this javascript project, we will filter UFO data from data.js and put several search filter.

2. Methodology

Methodology: We will use Javascript and D3 work on this challenge.

  • UFO Level 1 First, we read UFO data from data.js which consists of the following properties: date, city, state, country, shape, duration and comments.

Then, we connect the input box from html files and put filter function. The result is then populated back in the html. For this part, our search criteria is only the datetime.

  • UFO Level 2 We expand the search criteria. Instead of having 1 input column, we add multiple search columns based on UFO data properties.

4. Result

  • File output for html code is index.html under UFO-level-1 folder
  • File output for D3 code is app.js under static folder

  • File output for html code is index2.html under UFO-level-2 folder
  • File output for D3 code is app2.js under static folder