Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanflux/ifood-analyzer
Browser extension to search for good and cheap iFood items.
https://github.com/vanflux/ifood-analyzer
Last synced: about 2 months ago
JSON representation
Browser extension to search for good and cheap iFood items.
- Host: GitHub
- URL: https://github.com/vanflux/ifood-analyzer
- Owner: vanflux
- Created: 2022-08-07T02:25:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T17:51:52.000Z (about 2 years ago)
- Last Synced: 2023-03-06T13:53:45.803Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iFood Analyzer
Browser extension to search for iFood items throught multiple merchants at same time.
This is mostly for fun, I have no intention of maintaining this project forever.
AD time: This project uses vf-ext to create browser extensions.
If you want to create extensions like this, take a look.# Usage
## **Chrome**
- Download the latest [ifood-analyzer.chrome.zip](https://github.com/vanflux/ifood-analyzer/releases)
- Unzip to some location on your PC
- Go to url chrome://extensions
- Enable development mode
- Load the uncompressed extension and pick the unzipped directory
- Go to ifood.com.br and login on your account## **Firefox**
- Download the latest [ifood-analyzer.firefox.zip](https://github.com/vanflux/ifood-analyzer/releases)
- Go to url about:debugging
- Go to This Firefox
- Load temporary add-ons and pick the .zip
- Go to ifood.com.br and login on your account---
![](./docs/images/screenshoot.png)
# Usage (development)
- Clone repo
- Run `npm i`
- Run `npm start` (or, for firefox, `npm start firefox`)
- Load the extension in development mode on your browser (the extension dir is `build/dev`)# State
What the extension does at the moment:
- Fetches the 100 first merchants related to a term like "sushi"
- Apply filters to discart some merchants (configured by the user)
- Fetches the catalog of each
- Apply filters to discart products (configured by the user)
- Show the result on a window (merchants + items)# Goal
(Noo)
- [In progress] Provide some API or UI for the user configure filters to merch & products and get the final cart.