Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonluca/rideshare-trip-stats
Chrome Extension to visualize your uber trip statistics
https://github.com/jonluca/rideshare-trip-stats
chrome chrome-extension logo regex rideshare uber
Last synced: 3 months ago
JSON representation
Chrome Extension to visualize your uber trip statistics
- Host: GitHub
- URL: https://github.com/jonluca/rideshare-trip-stats
- Owner: jonluca
- License: mit
- Created: 2018-12-20T21:08:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T15:50:31.000Z (about 2 years ago)
- Last Synced: 2024-10-30T13:37:45.736Z (3 months ago)
- Topics: chrome, chrome-extension, logo, regex, rideshare, uber
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/uber-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm
- Size: 2.18 MB
- Stars: 66
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RideShareStats
[Live version on Chrome Web Store](https://chrome.google.com/webstore/detail/uber-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm)
View your rideshare profile statistics!
To use this extension, go to https://riders.uber.com/trips and sign in. Then click the extension logo from the top bar in Chrome!
![image](https://i.imgur.com/TBOTsi4.png)
## Note
Currency conversion for total spent and averages are currently done using a locally cached conversion chart. It uses exchange rates as of 2/3/2018. These will slowly become incorrect, and may need updating.
They were taken from https://www.xe.com/currencytables/?from=USD. Copy the column and use the following regex replace to update.
The regex for matching is `(.*)? (.*)? (.*) (.*)`. Replace with `"$1":"$4",` and place in `rates` key within `currency.json`.
## Changelog
5/29/19: Added ability to view total spent by month, updated currencies
11/12/22: Rewrote in React/Vite, fixed query logic to use ubers new API, rewrote front end to use data, deprecated ubereats due to changes
## Credits
Thanks to Roberto Andrade for the designs of the stats page.