Skip to content

Sheikh-X/nodejs-sdk-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-sdk-quickstart

Configuration

Create a free account in Novu

  1. Go to Novu and click Sign Up.
  2. Use GitHub Account to login.

Obtain Credentials

Your project needs to be configured with the API key from your Novu dashboard.

Run the Quickstart

Before continuing, please ensure you have Node.js installed and accessible from your shell.

Next, use the following command to install the necessary dependencies:

npm install

Create .env file and paste your API key:

NOVU_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

Run the app in the terminal:

npm run start

About

Quickstart sample app that shows how to trigger notifications from a Node.js app using Novu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%