Skip to main content

Try the Demo

Experience Lime Journey instantly with our demo account:
Email: demo@limejourney.com
Password: demo@limejourney.com

Installation

npm install limejourney

Initialize the SDK

import { LimeJourney } from '@limejourney/sdk';

const client = new LimeJourney({
  apiKey: 'your-api-key'
});

Track Your First Event

await client.events.create({
  entityId: 'user-123',
  event: 'sign_in',
  properties: {
    device: 'mobile',
    location: 'US'
  }
});

What's Next?

Learn more about Events and Entities