0.1.2 • Published 7 years ago

react-twitch-user-status v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-twitch-user-status

Simple React component for displaying Twitch.tv's user status

preview

You will need to have Twitch Client ID to access API. If you don't have one: 1. login to Twitch.tv 2. go to connections 3. create an app

Install

YARN

$ yarn add react-twitch-user-status

npm

$ npm install react-twitch-user-status

Depedencies

  • jQuery (for jsonp request)

Usage

<TwitchUserStatus username="gernaderjake" livePoll={5000} twitchClientId="YOUR_TWITCH_CLIENT_ID" />