This project enables the sending of SMS notifications via a LINE bot, providing a seamless integration for automated text messaging. π©
- π¨ Send SMS Notifications: Utilize a LINE bot to send SMS alerts.
- π₯ User Management: Add and manage recipients.
- π¨ Message Customization: Personalize SMS content.
-
Clone the repository:
git clone https://github.com/Muaykillz/line-sms-notify.git
-
Navigate to the project directory:
cd line-sms-notify
-
Install dependencies:
npm install
-
Set up environment variables: Create a
.env
file with the following content:LINE_CHANNEL_ACCESS_TOKEN=your_line_bot_token SMS_API_KEY=your_sms_api_key
-
Create
messages.js
file: Create amessages.js
file in thetools
directory with the following content:module.exports = { day0Message: "Your message here", // more ... };
-
Start the application:
npm start
-
Send a notification: Use the LINE bot to trigger SMS notifications.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name
-
Commit your changes:
git commit -m "Add new feature"
-
Push to the branch:
git push origin feature-name
-
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
- π€ Author: Muaykillz
- βπ» Medium: Mudev
- π Facebook Thinnaphat Kanchina