Skip to content

A golang library which uses the RobiFication API to broadcast messages to Flowdock, Slack, HipChat, SMS.

License

Notifications You must be signed in to change notification settings

jrobles/robification-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robification-go Build Status Go Report Card

A golang library which uses the RobiFication API to broadcast messages to Flowdock, Slack, HipChat, SMS.

Usage:

package main

import (
    "fmt"
    "github.com/josemrobles/robification-go"
)

func main() {
  yourMessage := robification.NewFdChat("YOUR_CHAT_API_TOKEN", "YOUR_MESSAGE")
  err := robification.Send(yourMessage)
  if err != nil {
    fmt.Println(err)
  }
}

Todo:

  • Concurrent messages and message types to multiple providers.
  • Better error handling
  • Tests

About

A golang library which uses the RobiFication API to broadcast messages to Flowdock, Slack, HipChat, SMS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages