Skip to content

Lakshya-Saini/Node-Msg91-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send transactional or promotional messages with msg91.

How to use:

  1. Clone this repository.

git clone https://github.com/Lakshya-Saini/Node_Msg91_App.git

  1. Install dependencies.

npm i

  1. Create an account on MSG91 and get your API_KEY & SENDER_ID.

  2. Update config/key.js.

API_KEY: "your_api_key"

SENDER_ID: "your_sender_id"

ROUTE: "( 4 -> Transactional msg and 1 -> Promotional msg)"

  1. Run app

npm run dev

Releases

No releases published

Packages

No packages published