Skip to content

Instantly share code, notes, and snippets.

View simon-hv's full-sized avatar

Simon Haïoun-Viet simon-hv

View GitHub Profile
@simon-hv
simon-hv / uber-eats.js
Last active December 8, 2023 09:11
Uber Eats Stats and Analytics - See your total spend, the restaurant you've ordered from the most, and your total spend by year
/**
* This script will fetch all your orders from UberEats and display some stats
*
* How to use:
* Go to https://www.ubereats.com/ and sign in
* Open the console of your browser: F12 key or right click anywhere on the page and click "Inspect"
* Go to the "Console" tab
* Copy/paste the code below
* Press enter
*/