PricePinion / PricePinion-Backend

This repo is the backend for PricePinion.
https://pricepinion-backend.azurewebsites.net/
0 stars 2 forks source link

Image URL to Binary string. #24

Closed maslindc2 closed 4 months ago

maslindc2 commented 4 months ago

Write a function that iterates through all the web scraper result object, get the product image url, use axios to download the product images, and replaces the product URL in the results object with the downloaded binary string from Axios.

For Project Update 3 we can rely on Kroger's/Wholefoods site or build this function for product images.