Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utahta/go-linenotify

Go client library for LINE Notify
https://github.com/utahta/go-linenotify

go golang line line-notify

Last synced: 6 days ago
JSON representation

Go client library for LINE Notify

Awesome Lists containing this project

README

        

# go-linenotify

[![GoDoc Reference](https://godoc.org/github.com/utahta/go-linenotify?status.svg)](http://godoc.org/github.com/utahta/go-linenotify)
![GitHub Action Status](https://github.com/utahta/go-linenotify/actions/workflows/ci.yaml/badge.svg)
[![GitHub release](https://img.shields.io/github/release/utahta/go-linenotify.svg)](https://github.com/utahta/go-linenotify/releases)

Go client library for the [LINE Notify](https://notify-bot.line.me/doc/)

## Install

```
go get github.com/utahta/go-linenotify
```

## Example

- [Authorize](_example/auth/main.go)
- [Notify](_example/notify/main.go)

## Contributing

1. Fork it ( https://github.com/utahta/go-linenotify/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request