smsmexico

Module provides an easy-to-use API for sending SMS messages through http://mensajesmexico.com/ API

Usage no npm install needed!

<script type="module">
  import smsmexico from 'https://cdn.skypack.dev/smsmexico';
</script>

README

smsmexico.js

SMS text messaging tool for node.js

smsmexico.js module provides an easy-to-use API for sending SMS text messages through http://mensajesmexico.com/ API

An example code of how to use this nodejs module in your own scripts can be found in examples/send_sms.js

Features:

  • Text Messages

For general API specification of the server (nodejs independent) visit: http://tm.mensajesmexico.com/sms/SMSv5.php

Installation

Install with npm:

$ npm install smsmexico

For install from github

$ npm install flaketill/smsmexico.git