Skip to content

zachfeldman/uber_command_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

uber_command_line

This is a Ruby application that runs from the command line and allows you to easily request an Uber.

To start, you'll need to set some environment variables:

export UBER_SERVER_TOKEN=
export UBER_BEARER_TOKEN=
export UBER_CLIENT_ID=
export UBER_SECRET=

export UBER_REAL_RIDE=true
export UBER_DEFAULT_LOCATION="Address 1235, Blah, Blah City, 32432"

Then run bundle install to make sure you have all the dependencies. Then run ruby uber_command_line.rb to get started.

Happy hailing!

About

Simple command line client to request Uber rides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages