A simple C# desktop application to interact with the twitch.tv api
Once a channel name is entered, it parses and displays the results in a UI,
- Channel creation date
- Mature
- Partnered
- Followers
- Unique viewers
- Current Viewers
- Delay
- When the current active stream started
- Stream uptime
- Current stream thumbnail
Also dynamically graphs channel viewers over time whilst the program is running.
In both mainForm.cs and chatForm.cs string ClientID needs to be replaced with a valid client id, an account can be made at https://dev.twitch.tv/
- Interacting with an API
- Visual C#
- Drawing graphs with C#
Uses https://github.com/JamesNK/Newtonsoft.Json to parse the json results
