Skip to content

estitesc/UberNeutral

This branch is 12 commits ahead of, 45 commits behind jonluca/RideShare-Trip-Stats:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2020
Dec 21, 2018
Mar 9, 2020
Feb 6, 2020
Mar 9, 2020
Dec 21, 2018
Dec 21, 2018
Dec 21, 2018
May 29, 2019
Mar 5, 2020
Mar 5, 2020

Repository files navigation

RideShareStats

Live version on Chrome Web Store

logo

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

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

Packages

No packages published

Languages

  • JavaScript 85.4%
  • HTML 14.6%