A command-line app to find time/price estimates of cabs provided by Uber.
- 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.