Hack-The-Tunnels-8 / hack-the-tunnels-geese

hack-the-tunnels-geese created by GitHub Classroom
0 stars 2 forks source link

Create Product Web Scraper #34

Closed hackthetunnelsbot[bot] closed 11 months ago

hackthetunnelsbot[bot] commented 11 months ago

Description:

Create a web scraper for a site of your choosing (ex: an amazon product page, a product page from the carleton book store, etc) that scrapes and stores the information pertaining to a product within the service's database.

Add a new scraper folder within the service/src/infrastructure folder that contains any code you write relating to web scraping.

Your scraper should use the createProduct function on service/src/services/Product.ts to save the product to the database.

Acceptance Criteria:

Participant has created a web scraper for a site of there choosing that can scrape and add the scraped product data into the database.

DarkSabe commented 11 months ago

!review

AdiChops commented 11 months ago

got it

DarkSabe commented 11 months ago

!review

AdiChops commented 11 months ago

!approve

hackthetunnelsbot[bot] commented 11 months ago

Approved by @AdiChops

hackthetunnelsbot[bot] commented 11 months ago

This challenge did not unlock any other challenges