Coder Social home page Coder Social logo

abdurraufahmad / bulk-sms-alerts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from philnash/bulk-sms-alerts

0.0 1.0 0.0 15 KB

An example of sending one, a few and many SMS messages using the Twilio APi

License: MIT License

JavaScript 100.00%

bulk-sms-alerts's Introduction

Bulk SMS alerts

This repo is an example of sending one, a few and many SMS messages using the Twilio API.

You can read about how this code all works in the Ultimate guide to sending bulk SMS with Twilio and Node.js.

Running the code

Clone the repo, then change into the directory:

git clone https://github.com/philnash/bulk-sms-alerts.git
cd bulk-sms-alerts

Install the dependencies:

npm install

Copy the .env.example file to .env:

cp .env.example .env

Fill in the environment variables in .env. You will need to collect them from your Twilio console.

To run the different scripts, use the npm script. You can run:

npm run firstscoop

to use the messaging API and a Twilio number to send one message.

Run:

npm run multipack

to use the messaging API and a Messaging Service with Copilot to send multiple messages.

Run

npm run 99flake

to use the Notify API to send multiple messages with just one API call.

bulk-sms-alerts's People

Contributors

philnash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.