0.8.0 • Published 7 years ago

textveloper v0.8.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

instalación

$ npm install textveloper

ejemplo

import Textveloper from 'textveloper';

const sms = new Textveloper({
  cuenta_token: '<CUENTA-TOKEN>',
  aplicacion_token: '<APLICACION-TOKEN>'
});

sms.enviar({
  telefono: '04141234567', 
  mensaje: 'Probando la librería Textveloper.' 
}, function(error, respuesta) {
  if (error) {
    // hacer algo con el error.
  }

  // hacer algo con la respuesta.
});

documentación

licencia

Licencia MIT :copyright: 2017 Jobsamuel Núñez

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

8 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago