MagicSMS is a webapp allowing you to use a webinterface to send your SMS, from your Android device (don't work with iOS or Windows Mobile). At the moment, we using smsgateway.me as a third party server. This app is just an interface for using this service, but we can do more than that !
We using a Messenger-like interface, you can fork it here.
1. You need to have an account on smsgateway.me
2. Install the Android app SMS Gateway Me
git clone https://github.com/arthurlacoste/magicSMS
npm start
MagicSMS is a nodeJS app using some usefull NPM modules like :
- Add a way to logout
- Using other services than Smsgateway.me, because smileys doesn't work ! :/
I'm not affiliate to Smsgateway.me.
Thanks for Momcilo Popov for his interface.