Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utahta/go-linenotify
- Owner: utahta
- License: mit
- Created: 2017-06-03T12:00:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T02:21:40.000Z (over 3 years ago)
- Last Synced: 2024-06-18T18:39:16.559Z (5 months ago)
- Topics: go, golang, line, line-notify
- Language: Go
- Size: 30.3 KB
- Stars: 11
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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