All Projects β†’ jaebradley β†’ Uber Cli

jaebradley / Uber Cli

πŸš—Uber, at your fingertips

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Uber Cli

Coreutils
Cross-platform Rust rewrite of the GNU coreutils
Stars: ✭ 9,603 (+740.89%)
Mutual labels:  command-line-tool
Reorder
Reorder Swift functions
Stars: ✭ 51 (-95.53%)
Mutual labels:  command-line-tool
Gaze
πŸ‘οΈExecutes commands for you
Stars: ✭ 62 (-94.57%)
Mutual labels:  command-line-tool
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-96.15%)
Mutual labels:  command-line-tool
Note
Quick and easy Command-line tool for taking notes.
Stars: ✭ 49 (-95.71%)
Mutual labels:  command-line-tool
Rff Cli Example
An example of how to use 🏁 React Final Form in a CLI application with Ink
Stars: ✭ 55 (-95.18%)
Mutual labels:  command-line-tool
Autovpn
THIS PROJECT IS UNMAINTAINED.
Stars: ✭ 997 (-12.7%)
Mutual labels:  command-line-tool
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (-1.14%)
Mutual labels:  command-line-tool
Gitauthors
✍️ Get a quick summary of a repo's authors.
Stars: ✭ 50 (-95.62%)
Mutual labels:  command-line-tool
Spell Checker For Swift
This command line tool can check spelling and show proposed correction.
Stars: ✭ 61 (-94.66%)
Mutual labels:  command-line-tool
Catage
Node package and CLI tool to convert code into an image with syntax highlighting
Stars: ✭ 44 (-96.15%)
Mutual labels:  command-line-tool
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (-96.15%)
Mutual labels:  command-line-tool
Xcperfect
Make your xccov outputs prettier ✨
Stars: ✭ 56 (-95.1%)
Mutual labels:  command-line-tool
React Vis
Data Visualization Components
Stars: ✭ 8,091 (+608.49%)
Mutual labels:  uber
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-94.57%)
Mutual labels:  security-vulnerability
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-96.5%)
Mutual labels:  command-line-tool
Foxify Cli
πŸ’» Firefox Command-Line Theme Manager 🦊 Inspired by spicetify-cli πŸ”₯
Stars: ✭ 55 (-95.18%)
Mutual labels:  command-line-tool
Caide
Automates certain common tasks that you do during programming competitions
Stars: ✭ 65 (-94.31%)
Mutual labels:  command-line-tool
Chimay Red
Mikrotik RouterOS (6.x < 6.38.5) exploit kit. Reverse engineered from the "Vault 7" WikiLeaks publication.
Stars: ✭ 63 (-94.48%)
Mutual labels:  security-vulnerability
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+671.37%)
Mutual labels:  command-line-tool

Uber CLI

Greenkeeper badge Build Status codecov npm npm

Introduction

Clearly, I'm a lazy person (just look at what this tool does - it helps me figure out if I should order a car to pick me up and drive me to where I want to go).

That being said, as a lazy person it pains me everytime open my phone, open the Uber app, type my destination, and see the estimated price, only for my inner, responsible, cost-cutting, fiduciary-self to end up taking the bus all the way home.

I think we can all agree that it would be much more efficient to simply be disappointed before I open my phone at all.

Install via NPM

npm install uber-cli -g

Usage

Get Time-To-Pickup Estimates

uber time 'pickup address here'

alt_text

Get Price Estimates

uber price -s 'start address' -e 'end address'

alt_text

A Note On Address Identification

So the Uber API identifies time and price estimates based on a coordinate and not an address. In order to support those that don't know their exact coordinates at any given time, I'm using the Google Maps Geocoding API to identify coordinates based on an input address.

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].