iic-notify
v1.0.7
Published
<h1 align="center">iic-notify 📱</h1> <p> <a href="https://www.npmjs.com/package/iic-notify" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/iic-notify.svg"> </a> <a href="#" target="_blank"> <img alt="License: ISC" src
Downloads
5
Readme
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
- Website: investincode.com
- Github: @joshnsmith
- LinkedIn: @joshnathansmith
This README was generated with ❤️ by readme-md-generator