/identity-device-id-demo

Small demo app using vendor device identification APIs.

Primary LanguageEJSOtherNOASSERTION

Device identification demo

This repository contains a small demo application meant to test LexisNexis device identification APIs.

Requirements

  • Node.js 16.15.1
  • Yarn

Getting started

  1. Copy .env.example to .env and set appropriate values.
  2. Install dependencies: yarn install
  3. Start the server: yarn start
  4. The app will be available at http://localhost:8000