A web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.
- Collect the news title and news description of the latest news
- Find the image url for the current Featured Mars Image
- Scrape the latest Mars weather tweet from the page
- Scrape the table containing facts about the planet including Diameter, Mass, etc.
- Obtain urls of high resolution images for each of Mar's hemispheres
Use MongoDB with Flask templating to create a new HTML page that displays all of the information that was scraped from the URLs above.