2.6.0 • Published 8 months ago

@novu/js v2.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Novu's JavaScript SDK

The @novu/js package provides a JavaScript SDK for building custom inbox notification experiences. The package provides a low-level API for interacting with the Novu platform In-App notifications.

Installation

Install @novu/js npm package in your app

npm install @novu/js

Getting Started

Add the below code in your application

import { Novu } from '@novu/js';

const novu = new Novu({
  applicationIdentifier: 'YOUR_NOVU_APPLICATION_IDENTIFIER',
  subscriberId: 'YOUR_INTERNAL_SUBSCRIBER_ID',
});

const { data: notifications, error } = await novu.notifications.list();

| Info: you can find the applicationIdentifier in the Novu dashboard under the API keys page.

2.6.0

8 months ago

2.5.0

9 months ago

2.4.0

9 months ago

2.3.1

9 months ago

2.3.0

10 months ago

2.2.1

10 months ago

2.1.2

10 months ago

2.2.0

10 months ago

2.1.1

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

2.0.0-canary.2

10 months ago

2.0.0-canary.1

11 months ago

2.0.0-canary.0

11 months ago

2.0.0-alpha.2

11 months ago

2.0.0-alpha.1

11 months ago

2.0.0-alpha.0

11 months ago