node-uber-cli
v1.0.0
Published
A command-line client for Uber cabs timee/price estimates.
Downloads
10
Maintainers
Readme
node-uber-cli
A command-line app to find time/price estimates of cabs provided by Uber.
Usage:
- To install the package, run
npm install -g node-uber-cli
- To see the available commands, type
uber --help
- To find
time
estimates, runuber time <location>
and specify the location name you want. - To find
price
estimates, runuber price -p <pickup> -d <drop>
and specify pickup and drop locations. ..*. You can useuber price --pickup <picku> --drop <drop>
to find price estimates as well.