Simple React component for displaying Twitch.tv's user status
You will need to have Twitch Client ID to access API. If you don't have one:
- login to Twitch.tv
- go to connections
- create an app
YARN
$ yarn add react-twitch-user-status
npm
$ npm install react-twitch-user-status
- jQuery (for jsonp request)
<TwitchUserStatus username="gernaderjake" livePoll={5000} twitchClientId="YOUR_TWITCH_CLIENT_ID" />