Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-linenotify

Golang client for the Line Notify API.

Installation

$ go get github.com/timwata/go-linenotify

Example

package main

import (
    "fmt"

    "github.com/timwata/go-linenotify"  
)

func main() {
    cli := linenotify.New("YOUR_TOKEN")
    err := cli.Post("Hello, World!", nil)
    if err != nil {
        fmt.Println(err)
    }
}

License

This project is released under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages