1.0.7 • Published 5 years ago

iic-notify v1.0.7

Weekly downloads
16
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago