Send transactional or promotional messages with msg91.
- Clone this repository.
git clone https://github.com/Lakshya-Saini/Node_Msg91_App.git
- Install dependencies.
npm i
-
Create an account on MSG91 and get your API_KEY & SENDER_ID.
-
Update config/key.js.
API_KEY: "your_api_key"
SENDER_ID: "your_sender_id"
ROUTE: "( 4 -> Transactional msg and 1 -> Promotional msg)"
- Run app
npm run dev