Skip to main content
Remote Notes Client is the reference Connect integration: it runs the full OAuth 2.0 + PKCE flow, gets an access token, and fetches notes from a published Fridge Notes app from another device.

Source

examples/remote-notes-client/ — MIT-licensed. Two files: client.js and README.md.

Prerequisites

  • An OAuth client (CLIENT_ID, and CLIENT_SECRET for confidential clients) with http://localhost:9998/callback as a registered redirect URI. (Self-serve registration is coming; request one for now.)
  • Fridge Notes published, so there’s an app to fetch from.

Run it

Open the printed authorization URL, sign in, approve. The script exchanges the code for a token and prints the fetched notes.

The flow, in code

Full details in Connect with Meradomo.