README
node-sms-client
Development of this example package is still in progress!
Demonstrate usage of node-sms with an sms client.
Installation
npm install sms-client
Usage
- Run server inside directory:
node server.js
- Call localhost in browser
Demonstrate usage of node-sms with an sms client.
<script type="module">
import smsClient from 'https://cdn.skypack.dev/sms-client';
</script>
Development of this example package is still in progress!
Demonstrate usage of node-sms with an sms client.
npm install sms-client
node server.js