Skip to content

use-neno/node-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NENO-NODE-SDK

The node SDK to send SMS with Neno API to Rwandan users

How to install

Follow the installation guide here

How to use

1. Import

Import the client from the package like this:

import Client from "@use-neno/node-sdk"

or

const Client = require("@use-neno/node-sdk")

2. Initialize the client

const nenoClient = new Client(process.env.NENO_API_KEY) // pass in the api key from your project settings

3. Send SMS

... // your existing code
const sendingSms = await nenoClient.sendSMS("example message", ["250788...."])
... // your existing code

Releases

No releases published

Packages

No packages published