All Projects → jonluca → RideShare-Trip-Stats

jonluca / RideShare-Trip-Stats

Licence: MIT license
Chrome Extension to visualize your uber trip statistics

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to RideShare-Trip-Stats

ridesharing-ios
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 97 (+59.02%)
Mutual labels:  uber, rideshare
CVparser
CVparser is software for parsing or extracting data out of CV/resumes.
Stars: ✭ 28 (-54.1%)
Mutual labels:  regex
solregex
Regex compilation to Solidity
Stars: ✭ 37 (-39.34%)
Mutual labels:  regex
tokenquery
TokenQuery (regular expressions over tokens)
Stars: ✭ 28 (-54.1%)
Mutual labels:  regex
devfuria.com.br
http://devfuria.com.br/
Stars: ✭ 3 (-95.08%)
Mutual labels:  regex
eliza-rs
A rust implementation of ELIZA - a natural language processing program developed by Joseph Weizenbaum in 1966.
Stars: ✭ 48 (-21.31%)
Mutual labels:  regex
es6-template-regex
Regular expression for matching es6 template delimiters in a string.
Stars: ✭ 15 (-75.41%)
Mutual labels:  regex
sortboard
A small ES6 library for easy sorting and filtering of elements.
Stars: ✭ 29 (-52.46%)
Mutual labels:  regex
server-media
This repository collects icons, logos & information about game servers.
Stars: ✭ 29 (-52.46%)
Mutual labels:  logo
expressive-ts
A functional programming library designed to simplify building complex regular expressions
Stars: ✭ 78 (+27.87%)
Mutual labels:  regex
designs
Blockstack designs
Stars: ✭ 26 (-57.38%)
Mutual labels:  logo
LLRegex
Regular expression library in Swift, wrapping NSRegularExpression.
Stars: ✭ 18 (-70.49%)
Mutual labels:  regex
shared-docs
Shared Markdown Documents from Uber Engineering
Stars: ✭ 12 (-80.33%)
Mutual labels:  uber
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+90.16%)
Mutual labels:  uber
fu
Unix's Find, Unleashed.
Stars: ✭ 32 (-47.54%)
Mutual labels:  regex
bhedak
A replacement of "qsreplace", accepts URLs as standard input, replaces all query string values with user-supplied values and stdout.
Stars: ✭ 77 (+26.23%)
Mutual labels:  regex
uber
Uber API client
Stars: ✭ 18 (-70.49%)
Mutual labels:  uber
my-swift-projects
An overview of my most relevant open-source projects on GitHub
Stars: ✭ 261 (+327.87%)
Mutual labels:  regex
regextester
An elementary OS app
Stars: ✭ 38 (-37.7%)
Mutual labels:  regex
dregex
Dregex is a JVM library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.
Stars: ✭ 37 (-39.34%)
Mutual labels:  regex

RideShareStats

Live version on Chrome Web Store

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

Credits

Thanks to Roberto Andrade for the designs of the stats page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].