Giter Site home page Giter Site logo

eliotn / interactive-twitch Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 547 KB

An easy way for twitch broadcasters to host interactive events on their stream

Home Page: https://interactive-twitch.herokuapp.com

License: MIT License

JavaScript 61.72% HTML 38.09% CSS 0.20%

interactive-twitch's Introduction

interactive-twitch

A new way for twitch broadcasters to interact with their viewers. A simple voting app inspired by the freeCodeCamp Voting App project but with the addition of integration with twitch chat.

Twitch broadcasters can create polls that can be voted on in twitch chat or on the website. This enables twitch broadcasters to easily improve interactability with viewers.

Usage

A live version of the app is currently on https://interactive-twitch.herokuapp.com

If you want to run this app yourself, you will need to create a twitch account. Then, register an application at https://www.twitch.tv/kraken/oauth2/clients/new. Make sure to set the redirect URI to your server url + '/auth/twitch/callback' Go to https://twitchapps.com/tmi/ to generate a new OAUTH token.

Define the following variables in your environment: SERVER_URL should be set to the url of your server, for example https://interactive-twitch.herokuapp.com/ MONGO_URL should be set to the url of your mongo database. PORT should be set to the port that the application will listen to. TWITCH_CLIENT_ID should be set to your application ID. TWITCH_SECRET should be set to your application secret. OAUTH_SECRET should be set to your OAUTH token.

Install

With npm installed, and a mongo database running on MONGO_URL

npm install
node server.js

License

MIT

Authors

Eliot Glairon

Acknowledgements

Thank you to CodeBreak for inspiring me to do this project.

interactive-twitch's People

Contributors

eliotn avatar

Stargazers

Àngel Buil Ambau avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.