A bare bones 'request an Uber' implementation. Created for use with https://flic.io/
Leverages: node-uber & express.
- Clone repo &
npm install
- Register your app and set the redirect URL to
http://localhost:3000/callback
- Update your Uber app credentials
- Update your pickup location & product id
- Run the server:
node .
- Point your browser to:
http://localhost:3000