TinyTablet
A simple app to display your HubRise orders
  1. Connect to HubRise to get an authorization code.
  2. Enter your authorization code here:
  3. Run this command in a terminal:
    CLIENT_ID=987574477233.clients.hubrise.com
    CLIENT_SECRET=7769c2e42b7b7200780f47de4888008bdb5b751b5336d1631d8606cef0ef5a90
    CODE=
    
    curl -X POST -d "client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET&code=$CODE" \
      https://manager.hubrise.com/oauth2/v1/token
    This will return a JSON object with an access token.
  4. Copy the access token and paste it here: