Web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.
How it works:
- Scrape some web sites related with NASA Mission to Mars using Jupyter Notebook, Splinter, BeautifulSoup, and Pandas.
- Use MongoDB and Flask to create a new HTML page to display the information scraped.
- NASA Mars News Site and collect the latest News Title and description.
- JPL Mars Featured Space Image and find the current featured Mars image.
- Mars Weather Tweeter latest Mar weather tweet.
- Space Fact page and use Pandas to scrape the table containing facts about the planet.
- USGS Astrogeology and obtain high resolution images for each of Mar's hemispheres.
- Create a Flask application that query a Mongo database.
- Create a HTML page to display the scraped data from the Mongo dtabase.