monizb / trivagro

Compare grocery prices across Blinkit, BigBasket, Zepto and Instamart in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare online grocery prices from major apps like Blinkit, BigBasket, Zepto and Instamart

image

How to run

  • Clone and install frontend code with npm i and start with npm start
  • Clone the backend code (will add it soon) - Backend is needed to bypass CORS rules from the various APIs being used and prevent the browser from letting us read the responses
  • (Optionally) Capture curl requests from all the mentioned websites for their search endpoints and replace it in code to match your location and other things

Roadmap

  • Make the location dynamic
  • Add more lesser used grocery platforms to the comparison
  • Find a better way to match same products from all APIs
  • Be able to set a price tracker with alerting
  • Compare delivery prices and other offers
  • Making it a chrome extension potentially to check cart prices dynamically

Disclaimer

This project is meant to be used offline on your own local machine to help you search the best grocery prices without having to go around looking everywhere. It's not supposed to be deployed or to be used to make revenue. Use it safely and responsibly. This project is for "EDUCATIONAL" purposes only.

About

Compare grocery prices across Blinkit, BigBasket, Zepto and Instamart in realtime


Languages

Language:JavaScript 84.4%Language:HTML 10.2%Language:CSS 5.5%