Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

chrisenytc/ubauth

Repository files navigation

UbAuth

A desktop app to help developers create access tokens for Uber applications with OAuth 2.0.

Status

Build Status Github All Releases Maintenance GitHub release Code Climate License Twitter Follow Twitter URL

Getting Started

1º Clone ubauth repo

$ git clone git@github.com:chrisenytc/ubauth.git

2º Enter in ubauth directory

$ cd ubauth

3º Install dependencies

$ npm install

4º Run app

$ npm start

5º Test the app

$ npm test

6º Making releases

$ npm run release -- --sign identity_here

Screenshot

Screenshot

Downloads

UbAuth is available for macOS. Download here.

Donate

If UbAuth was helpful for you, send a donation as a thank you. :)

Bitcoin

Bitcoin Adddress: 3QbTQcSfWAUntPwTrWNQ3aHYYmvJS5HoUY

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/chrisenytc/ubauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

  1. Fork it chrisenytc/ubauth
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Support

If you have any problem or suggestion please open an issue here.

License

Check here.