Giter Club home page Giter Club logo

lyber's Introduction

Lyber

About

Estimate fares. Compare services. All in one.

Lyber is currently deployed on Heroku. Link: https://lyber-app.herokuapp.com/

Lyber is currently deployed on Amaozon AWS. Homepage: https://lyber.co

(Note: the website is optimized for mobile devices.)

Lyber is available on iOS. Repo link: https://github.com/EdwardFeng523/Lyber-ios

Feature

  • Compare ride services between Uber and Lyft across every products available in thousands of cities worldwide

  • Seamless integration with Uber & Lyft API. Get the ride straight from the website.

  • Integrate with Google Maps API. Just drag and drop to pin-point your pick up location.

TODO

  • CLEAN UP THE CODE URGHHH ITS SO MESSY RN

  • "Current Position":

  • add button

  • get lat/lng

  • synchronize autocomplete w/ current pos

  • "Map"

  • Drag/Pin to select location

  • Update address info in autocomplete after dragging the marker

  • Display estiamted routes

  • "Item card":

  • Display available drivers nearby/wait time

  • Display ETA

  • Format card components (ummm sort of)

Getting Started

Installing

git clone https://github.com/terrenceliu/Lyber.git
cd Lyber
npm install

Run Locally

npm run start

Development setup

Under the project directory, open a new terminal and run

npm run watch

Open another new terminal and run

npm run start

The watch script turns on the watch mode. Webpack will continue to watch for changes in any of the resolved files.

The start script will spawn a dev server which reloads the page when you save the files. The server runs at http://localhost:8080 and will automatically open up.

Expose dev server to LAN

To start a dev server that could be accessed from any devices on our local network (LAN), run

npm run start:lan

Then we could visit the dev server with the url http://<local ip address>:8080

To look up the local ip address, run

ifconfig -a

lyber's People

Contributors

terrenceliu avatar

Stargazers

 avatar Edward Feng avatar

Watchers

James Cloos avatar  avatar

lyber's Issues

Deep linking not working with Uber

On mobile devices, when the deep linking is clicked and opened up the native "Uber" app for the first time, the deep link doesn't set the pick up location successfully. Instead, the native app will overwrite the user-selected pick up location to user's current location.

Same thing happened to Lyft native app as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.