Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 560 Bytes

Nasa-Mongo_Web_Scraping

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.

Scraping

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.

DataBase

Used MongoDB to hold all data

Front End

Used the following to link all information.

  • HTML & CSS for styling and visuals
  • bootstrap and JS for interactability