Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrshankly/go-twitch
Go library for accessing the Twitch API
https://github.com/mrshankly/go-twitch
go twitch
Last synced: 27 days ago
JSON representation
Go library for accessing the Twitch API
- Host: GitHub
- URL: https://github.com/mrshankly/go-twitch
- Owner: mrshankly
- License: other
- Archived: true
- Created: 2013-07-27T10:39:59.000Z (over 11 years ago)
- Default Branch: v5
- Last Pushed: 2017-06-28T12:50:17.000Z (over 7 years ago)
- Last Synced: 2024-08-03T13:01:47.737Z (4 months ago)
- Topics: go, twitch
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 19
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-twitch-dev - mrshankly/go-twitch - Go library for accessing the Twitch API. (Libraries / Golang)
README
# go-twitch
[![Build Status](https://travis-ci.org/mrshankly/go-twitch.svg?branch=master)](https://travis-ci.org/mrshankly/go-twitch)
go-twitch is a Go client library for accessing the [Twitch V5 API](https://dev.twitch.tv/docs).
The design of go-twitch is heavily based on [google/go-github](https://github.com/google/go-github), thank you to its authors for the inspiration.
## License
This library is distributed under the ISC license found in the [LICENSE](./LICENSE)
file.