##Module that sends an SMS thru the Chikka API
'use strict';
var util = require('../../helpers/util'),
superagent = require('superagent'),
config = {
endpoint : 'https://post.chikka.com/smsapi/request',
shortcode : /*Your shortcode here*/,