Skip to content

jlee22/Uber-api-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Uber API Practice: Build a Party Invitation

Build a digital invitation for your next party and learn how to use the Uber API at the same time. Invitation will show users the nearest Uber ride, and link to your account so you can earn rewards through the Uber API Affiliate Program.

Made using this tutorial

app

App Usage

Make sure you've downloaded the code. To do this:

  1. Download Repo
  2. Run a simple local server
  • On a Mac, you can do this by running the following:

Python3:

python3 -m http.server

Python 2:

python -m SimpleHTTPServer
  • If you're on windows, try doing this by installing Mongoose
  1. In your browser, go to
http://localhost:8000/app/01-static-invitation/

Note: You won't be able to sign-in on m.uber.com on your desktop -- to fully test the deep-linking (and call an Uber in the process) you'll need to fire up your iOS Simulator or upload your project to the web and access it from a mobile device

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors