Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearyinnovative/bearychat-go
BearyChat API with go.
https://github.com/bearyinnovative/bearychat-go
Last synced: 3 months ago
JSON representation
BearyChat API with go.
- Host: GitHub
- URL: https://github.com/bearyinnovative/bearychat-go
- Owner: bearyinnovative
- License: mit
- Created: 2017-04-12T11:13:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T10:48:47.000Z (about 6 years ago)
- Last Synced: 2024-07-16T13:08:55.305Z (4 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 11
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bearychat-go
[BearyChat][bearychat] API with go.
[![Build Status](https://travis-ci.org/bearyinnovative/bearychat-go.svg)](https://travis-ci.org/bearyinnovative/bearychat-go)
[![GoDoc](https://godoc.org/github.com/bearyinnovative/bearychat-go?status.svg)](https://godoc.org/github.com/bearyinnovative/bearychat-go)
[![GoReport](https://goreportcard.com/badge/github.com/bearyinnovative/bearychat-go)](https://goreportcard.com/report/github.com/bearyinnovative/bearychat-go)
![Development Status](https://img.shields.io/badge/status-1.0.0-brightgreen.svg?style=flat-square)[bearychat]: https://bearychat.com
## Usage
go 1.7+
```
go get github.com/bearyinnovative/bearychat-go
```## Examples
- [RTM](example/rtm/main.go)
- [Chaos Monkey](example/chaosmonkey/main.go)## LICENSE
MIT