# mrnotify-sdk

> Package to send SMS via MrNotify [www.mrnotify.lk]

Latest version **1.0.0** (published 2020-04-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install mrnotify-sdk
pnpm add mrnotify-sdk
yarn add mrnotify-sdk
bun add mrnotify-sdk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-04-07 |
| First published | 2020-04-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | MrNotify |
| Maintainers | mrnotify.lk |
| Keywords | node, npm |

## Links

- npm: https://www.npmjs.com/package/mrnotify-sdk
- Repository: https://github.com/mrnotify/mrnotify-sdk-nodejs
- Homepage: https://github.com/mrnotify/mrnotify-sdk-nodejs#readme
- Issues: https://github.com/mrnotify/mrnotify-sdk-nodejs/issues
- npm.io page: https://npm.io/package/mrnotify-sdk

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.19.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2020-04-07

## README

## MrNotify SDK - Node.js

Package to send SMS via [MrNotify](https://mrnotify.lk)

### Installation

```sh
npm install mrnotify-sdk --save
```

### Configure Package

```js
const mrnotifySMS = require("mrnotify-sdk");
const apiKey = "xxxxxxxxxxxxxxxxxxxxxxxx";
const requestData = {
  msisdn: "947xxxxxxxx",
  name: "xxxxxx xxxxxx",
  groups: ["xxxxxx", "xxxxxx", "xxxxxx"],
  message: "xxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxxx",
};
mrnotifySMS.sendSMS(apiKey, requestData);
```

---
_Source: https://npm.io/package/mrnotify-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
