Socket
Socket
Sign inDemoInstall

kirimi

Package Overview
Dependencies
52
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kirimi

Official Kirimi Whatsapp Bot library for Node Js


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

CodeFactor Npm package monthly downloads

kirimi Client for Node Js

This library is the abstraction of kirimi API for access from applications written with server-side Javascript.

NPM

Instalasi

npm install kirimi

atau

yarn add kirimi

Pemakaian

Dapatkan User Code dan Secret Key Anda di Kirimi Dashboard.

const kirimi = require('kirimi');
const client = new kirimi("YOUR USER CODE","YOUR SECRET");

Kirim Pesan

let sendMessage = await client.sendMessage('device_id','receiver','message');

License

MIT

Author

Ari Padrian

Keywords

FAQs

Last updated on 09 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc