You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Clearly, I'm a lazy person (just look at what this tool does - it helps me
10
12
figure out if I should order *a car to pick me up and drive me to where I want to go*).
11
13
@@ -18,24 +20,30 @@ I think we can all agree that it would be much more efficient to simply be disap
18
20
before I open my phone at all.
19
21
20
22
## Install via NPM
21
-
```
23
+
24
+
```bash
22
25
npm install uber-cli -g
23
26
```
24
27
25
28
## Usage
26
29
27
30
### Get Time-To-Pickup Estimates
28
-
```
31
+
32
+
```bash
29
33
uber time'pickup address here'
30
34
```
35
+
31
36

32
37
33
38
### Get Price Estimates
34
-
```
39
+
40
+
```bash
35
41
uber price -s 'start address' -e 'end address'
36
42
```
43
+
37
44

38
45
39
46
## A Note On Address Identification
47
+
40
48
So the [Uber API identifies time](https://developer.uber.com/docs/riders/references/api/v1.2/estimates-time-get) and price estimates based on a coordinate and not an address. In order to support those
41
49
that don't know their exact coordinates at any given time, I'm using the [Google Maps Geocoding API](https://developers.google.com/maps/documentation/geocoding/intro) to identify coordinates based on an input address.
0 commit comments