In this blog post, we will use Node.js to build a simple library (Node.js) package that will enable us to send SMS messages over Infobip API using a single function call. The developed library can ...
Originally in v1.0.0 I was using a rather slow and tedious method that involved converting the string into a binary representation of it's character's indexes in a predefined array of characters and ...