Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 717 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 717 Bytes

journy.io

Demo application JS SDK

This demo application shows you how you can use our Node.js SDK and web snippet to send screen views, track events and sync users/accounts.

Install dependencies

$ npm install

Copy the .env-example file and paste your API key generated via system.journy.io

$ cp .env-example .env

Start application

$ npm run dev