https://github.com/unicodeveloper/jusibe-webtask
Webtask Script for Sending SMS - Using the Jusibe SMS Service
https://github.com/unicodeveloper/jusibe-webtask
Last synced: 8 months ago
JSON representation
Webtask Script for Sending SMS - Using the Jusibe SMS Service
- Host: GitHub
- URL: https://github.com/unicodeveloper/jusibe-webtask
- Owner: unicodeveloper
- License: mit
- Created: 2016-05-07T12:09:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T18:45:42.000Z (over 9 years ago)
- Last Synced: 2025-03-11T16:39:27.150Z (10 months ago)
- Language: JavaScript
- Homepage: https://webtask.it.auth0.com/api/run/wt-prosperotemuyiwa-gmail_com-0/hello?phoneno=xxxxxxxx&message=xxxxxxx
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: READMe.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Webtask Script for Sending SMS
A simple webtask script for sending SMS using the Jusibe SMS API Service
## End User Usage
*Go to your browser and put in this URL*
- [https://webtask.it.auth0.com/api/run/wt-prosperotemuyiwa-gmail_com-0/jusibe?phoneno=xxxxxx&message=xxxxxxx](https://webtask.it.auth0.com/api/run/wt-prosperotemuyiwa-gmail_com-0/hello?phoneno=xxxxxxxx&message=xxxxxxx)
- Replace phoneno value with a real phone number - Applicable to only Nigerian mobile numbers (airtel, etisalat, glo & MTN).
- Replace message value with a real message
### Developer Installation
1. Clone this repository: `git clone git@github.com:unicodeveloper/jusibe-webtask.git jusibe-webtask/`
2. `cd` into the jusibe-webtask folder.
3. Run `npm install`.
4. Go to [https://jusibe.com](https://jusibe.com/), register and get your public key and access token.
5. Run `wt create jusibe.js --secret accessToken=xxxxxxxxx --secret publicKey=xxxxxxxxxxx` . Make sure you have `wt-cli` installed.