Skip to content

A simple package that let's you send SMS messages using LT Labas mobile carrier using their network services.

License

Notifications You must be signed in to change notification settings

sewiti/go-labas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-labas

Go Reference Build

A simple package that let's you send SMS messages using LT Labas mobile carrier's website.

You need to have an active LT Labas number registered on their website at mano.labas.lt.

Install

go get -u github.com/sewiti/go-labas

Example

package main

import labas "github.com/sewiti/go-labas"

func main() {
    cl := labas.NewClient("+37000000000", "password")

    if err := cl.SendSMS("+37000000000", "Hello World!"); err != nil {
        log.Println(err)
    }
}

About

A simple package that let's you send SMS messages using LT Labas mobile carrier using their network services.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages