2.6.0 • Published 7 months ago

@novu/js v2.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 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

7 months ago

2.5.0

8 months ago

2.4.0

8 months ago

2.3.1

8 months ago

2.3.0

8 months ago

2.2.1

9 months ago

2.1.2

9 months ago

2.2.0

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

2.0.0-canary.2

9 months ago

2.0.0-canary.1

10 months ago

2.0.0-canary.0

10 months ago

2.0.0-alpha.2

10 months ago

2.0.0-alpha.1

10 months ago

2.0.0-alpha.0

10 months ago