okushchenko / sms

API server to send SMS using GSM modem. Written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sms

sms is a web server which connects to your gsm modem via COM port and exposes http API to send messages.

To build this project run:

git clone https://github.com/alexgear/sms
godep go build

To run web server execute generated binary:

./sms

Sending a message is as easy as making http POST request:

curl -d "to=000000000000&text=hello" 127.0.0.1:8080/api/sms

About

API server to send SMS using GSM modem. Written in Go

License:MIT License


Languages

Language:Go 100.0%