csueb-fall21-android / shopping-assist

0 stars 0 forks source link

34 search page functionality #61

Closed hakusone closed 2 years ago

hakusone commented 2 years ago

resolves #34

set up a Placeholder Search API (default) and Serp Search API (which scrapes the Google Shopping page). Serp Search API is a scraper, and we can only do 100 queries a month on the free plan. Serp does allow us to search by query + location.

the Placeholder Search API is a Sheetson API that serves a static number of results.

the search page isn't hooked up to anything at the moment. SearchActivity should be instantiated on an Item Details page, but a sample function call is on MainActivity right now.

hakusone commented 2 years ago

resolves #30