Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Chrome Extension to visualize your uber trip statistics

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.