From 7bffddb3f750f2313909063dbca592433bd2e7ab Mon Sep 17 00:00:00 2001 From: Zac Nowicki Date: Sat, 10 Jun 2017 19:05:16 -0400 Subject: initial commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3