Skip to content

pixelbrewery/waysense-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Package waysense provides a Go waysense client. See https://waysense.io for more information.

Get the code

$ go get github.com/pixelbrewery/waysense-go/waysense

Usage

// Create the client
c, err := waysense.New("127.0.0.1:8100", "key-123", "secret-123")
if err != nil {
    log.Fatal(err)
}

// Do some metrics!
err = c.SendGeoHash("thing-id-1", "GFJR1")

About

Golang client library for waysense

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published