Use Webscraping to retrieve and Mongo to store data.
Scraped from Nasa sites for images, articles, and weather on mars and dumped into Mongo for the Database.
Used the following:
- Splinter & chrome driver to open up a separate window
- Beautiful Soup to pull data from sites based off of HTML tags, classes, etc.
Used MongoDB to hold all data
Used the following to link all information.
- HTML & CSS for styling and visuals
- bootstrap and JS for interactability