1.0.0 • Published 7 years ago
node-uber-cli v1.0.0
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
timeestimates, runuber time <location>and specify the location name you want. - To find
priceestimates, 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.