Last active
August 29, 2015 14:04
-
-
Save myw/97631b7ff978a47a223e to your computer and use it in GitHub Desktop.
How to get your passenger rating on Uber, via https://medium.com/@aaln/4aa1d9cc927f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(window.Uber.pingData) { | |
"Name : " + window.Uber.pingData.client.firstName + " " + window.Uber.pingData.client.lastName + | |
"\nEmail : "+ window.Uber.pingData.client.email + | |
"\nPassenger Rating: "+ window.Uber.pingData.client.rating; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment