Skip to content

Example Express application for collecting data from the Stethoscope app

License

Notifications You must be signed in to change notification settings

Netflix-Skunkworks/stethoscope-examples

Repository files navigation

Stethoscope examples

This is a small Express server with examples of:

  • querying the Stethoscope app for device information and policy compliance
  • reporting device and policy information along with a username
  • blocking access to pages if the device hasn't recently passed the check

First, run the Stethoscope app

Check out the Stethoscope app repo and run:

npm install
npm run build:react
NODE_ENV=development npm run electron

In development mode, the Stethoscope app will accept CORS requests from localhost, which is necessary for this example server to work.

Install dependencies and run the example server

npm install
npm start

...then open http://localhost:3000

About

Example Express application for collecting data from the Stethoscope app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published