Web-Scraping Application: Mission to Mars
Created by: Estela Perez
##
Background
This is a web application that scrapes Mars information from different websites, such as: the latest news from NASA, Mars featured image from JPL, Mars Facts from
Mars Facts website, and Mars Hemispheres from Astrogeology site.
All of this Mission to Mars related data was to be displayed in a single HTML page.
Dependencies
- Jupyter Notebook, BeautifulSoup, Pandas, and Requests/Splinter was used to conduct the scraping
- MongoDB and Flask was used to display in one HTML page all the scraped information from the provided URLs
- HTML and Python were the languages used
Visual of Web Application