Show HN: Sendfreesms.online (a two hour side project)
I set myself a challenge to create a simple web app idea in a couple of hours and so http://sendfreesms.online was born. It allows you to send free SMS messages, it's crude, but works. Not sure if people even text message anymore.
All in all this took me a little over 2 hours to get working. It's an Aurelia/Node.js application using Twilio and MySQL for logging.
4 comments
[ 3.0 ms ] story [ 21.0 ms ] threadI built it first using Twilio but didn't think the ad revenue would pay for the messages so I switched it to using SMS-email gateways.
Great job! What did you use for the captcha?
It's built using Aurelia for the client-side and Node.js for the backend using Restify to create a quick REST API for handling the requests.