# uber-cli
> Uber ride time and price estimates from the command line

> **ARCHIVED**: This tool's repository has been archived and is no longer actively maintained.

## Summary
Get Uber pickup time and fare estimates from the terminal without opening the app.

## Capabilities
- Check estimated time to pickup for a given address
- Get price estimates between two addresses for all Uber ride types
- Convert addresses to coordinates via Google Maps Geocoding API

## When to Use
- You want a quick Uber price estimate without opening your phone
- You need to compare Uber ride costs from the terminal

## When NOT to Use
- You need to actually book an Uber ride (this only shows estimates)
- You need up-to-date functionality (project was archived in 2025)
- You are outside Uber service areas

## Usage Patterns
### Get pickup time estimate
```
uber time '1 Market Street, San Francisco'
```
Shows estimated time to pickup at the given address

### Get price estimate
```
uber price -s '1 Market Street, SF' -e 'Airport, SF'
```
Shows price estimates for a ride between two addresses

## Installation
- **npm**: `npm install -g uber-cli`

---
Source: https://littlescripts.sh/tools/uber-cli
