talk2MeGooseman / react-twitch-embed-video

Twitch Embed Video wrapper for ReactJS
https://talk2megooseman.github.io/react-twitch-embed-video/
MIT License
57 stars 17 forks source link

React Twitch Embed Video

npm version

Your solution to embedding the Twitch video player in your ReactJS application

https://talk2megooseman.github.io/react-twitch-embed-video/

Installation

yarn npm
yarn add react-twitch-embed-video npm install react-twitch-embed-video

Usage

Visit the github page for lives examples and documentation: https://talk2megooseman.github.io/react-twitch-embed-video/

import ReactTwitchEmbedVideo from "react-twitch-embed-video"
.
.
.

<ReactTwitchEmbedVideo channel="talk2megooseman" />

For full documentation on how to use React Twitch Embed Video visit: https://talk2megooseman.github.io/react-twitch-embed-video/

Troubleshooting

Development

Usage

  1. Install modules

    yarn

  2. Start storybook and start coding!

    yarn dev

  3. Make project available locally by using npm link

  4. To test if it works correctly in another project you can use npm npm link react-twitch-embed-video

  5. Verify all tests are passing

    yarn test

Extra

Commands