1. Created a Travel Application that employs a teammate's weather microservice as well as a Yelp API and Image Scraper API to obtain data.
- bingimagescrapper.py Scrapes Bing images by passing in a search query. Returns the first 35 images corresponding to the query.
- imagescrapper.py Scrapes any website by passing in the website's url. Returns all images on the website.