dgreif / ring-client-example

Example use of the `ring-client-api` npm package
19 stars 18 forks source link

ring-client-example

This is an example project that uses the ring-client-api npm package to access the Ring API from Node.js. It is intended to show a basic project structure with proper TypeScript configuration.

Setup

Authentication

RING_REFRESH_TOKEN=eyJhbGciOi...afa1

Run the Example

The example can be found in the example.ts file. Once you have followed the Authentication steps, you can start it by running npm start

Additional Examples

Additional examples of how to use the ring-client-api can be found in https://github.com/dgreif/ring/tree/main/packages/examples