UberOrLyft icon indicating copy to clipboard operation
UberOrLyft copied to clipboard

Compare the prices of Uber and Lyft from your browser!

UberOrLyft

Want to know what's cheaper right this instant, Uber or Lyft? Check out UberOrLyft!

UberOrLyft shows you the full price difference between all possible products!

Live Site

The deployed demo can be found here

Deploying locally

After cloning the repo, make sure to npm install, and to create a file called config.js with the following format:

module.exports = {
  client_id: 'uber_id',
  client_secret: 'uber_secret',
  server_token: 'server_token',
  redirect_uri: 'http://localhost:3000',
  lyft_one: 'lyft_id',
  lyft_two: 'lyft_secret'
};