Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smsir_mh_ts

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smsir_mh_ts

This package is for using SMS service from sms.ir should get API and templetId from sms.ir. TypeScript support

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

smsir_mh_ts

This package is for using SMS service from sms.ir should get API and templetId from sms.ir .TypeScript support

Test Resalt

npm test

 PASS  src/SendAlertSMSIR.test.ts
  SendAlertSMSIR
    √ should send SMS successfully (10 ms)
    √ should handle error response (92 ms)

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        2.634 s, estimated 3 s
Ran all test suites.

Author

Mohammad Hadi
Email: mmm.6336@gmail.com

Donate address : TS3ZnWGHfDnW7FcG8p6BYrWAis2nzX3gDG //USDT TRC20

Installation

To install the package, run:


#npm
npm install axios
npm install smsir_mh_ts
#yarn
yarn add axios
yarn add smsir_mh_ts

Example use:

import { SendAlertSMSIR } from "smsir_mh_ts";


const api_key: string = '121212121211121';   ///Example API Key
const to: string = '09100059323';  //Example Phone Number
const message: string = 'Hello,this test message!'; //Max 24 Character Length
const templateId: string = "750016";  //Example template ID

SendAlertSMSIR(to, message, api_key, templateId);

Keywords

FAQs

Package last updated on 15 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc