Skip to content

jmpotter1/Cosmos-Live-Pay

 
 

Repository files navigation

Cosmos Live Pay web app

Build Status

This project is an example for the Uber Pay API. Support on this project may be limited.

This project shows how to integrate with Uber Pay. It assists you in learning the fundamentals of the initiation of a deposit flow. In a simplified environment for you to easily understand what is going on at all times. This API both mocks the Uber client (src/app) and creates an integration to initiate a payment request with (src/merchant).

The goal of this project is to help you integrate, and go live faster with our APIs by avoiding common pitfalls.

Install

  1. install NodeJS. (v10 lts)
    • brew install nvm
    • nvm install --lts
    • nvm set default --lts
  2. install Yarn.
    • brew install yarn
  3. run yarn to install dependencies.
  4. run tool/gen-keypair.sh and fill in the remaining .env values
  5. run yarn dev to run the development environment.
  6. open localhost through Chrome or your preferred browser.

API reference

For more information about the Uber Pay API and its respective use-cases, please visit https://developer.uber.com/docs/payments/introduction for more information.

About

Based off the Uber Pay reference app

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • SCSS 12.7%
  • Pug 12.6%
  • Shell 2.2%