1.0.7 ā€¢ Published 3 years ago

iic-notify v1.0.7

Weekly downloads
16
License
ISC
Repository
-
Last release
3 years ago

Node.js Interface for sending notifications.

šŸ  Homepage

Install

npm install iic-notify

Usage

var notify = require("iic-notify").config("API KEY");

// SEND DEFAULT
notify.message("Hello world!");
// SEND TO PHONE NUMBER
notify.messageTo("Hello world!", 18888888888);

Package dependencies

  • Axios

Author

šŸ‘¤ Josh Smith


This README was generated with ā¤ļø by readme-md-generator

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago