diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac49868 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# twitch + +A binding to the [Twitch API](https://dev.twitch.tv/docs) implemented in [Crystal](https://crystal-lang.org/). + +## Installation + +Add this to your application's `shard.yml`: + +```yaml +dependencies: + twitch: + github: y32/twitch +``` + +## Usage + +```crystal +require "twitch" +``` + +TODO: Write usage instructions here + +## Contributors + +- [Daniel-Worral](https://github.com/Daniel-Worrall) - creator, maintainer, spec-man extraordinaire +- [snapcase](https://github.com/snapcase) - creator, maintainer, IRC expert +- [z64](https://github.com/z64) - creator, maintainer, script kiddie |