First NPM module
We have been procrastinating learning how to write our own npm module till now. Today a customer asked for it and I guess it was time. Our first npm module sends a text to any Mobile Number.
Doesn’t sound cool enough ? Try it out
npm install puretext --save
You can now empoyer your apps with Texting capabilities
1. Text yourself when a server goes down
2. Text your contractor where his/her next installation is
3. Text yourself reminders of the next task on your calendar
What possible use cases can you come up with for automated testing ?