unicodeveloper / nexmo-webtask

Webtask to the rescue, Nexmo bringing Lunch..Marriage made in heaven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webtask Script for Sending SMS

A simple webtask script for sending SMS using the Nexmo SMS API Service

End User Usage

Go to your browser and put in this URL

Developer Installation

  1. Clone this repository: git clone git@github.com:unicodeveloper/nexmo-webtask.git nexmo-webtask/
  2. cd into the nexmo-webtask folder.
  3. Run npm install.
  4. Go to https://nexmo.com, register and get your public key and access token.
  5. Run wt create sms.js --secret apiKey=xxxxxxxxx --secret apiSecret=xxxxxxxxxxx . Make sure you have wt-cli installed.

About

Webtask to the rescue, Nexmo bringing Lunch..Marriage made in heaven


Languages

Language:HTML 54.2%Language:JavaScript 45.8%