Skip to content

timwata/go-linenotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages