An open API service indexing awesome lists of open source software.

https://github.com/ashleymarkfletcher/interactive-twitch-controller

A gamepad created with React and Firebase for real time interaction with a local game
https://github.com/ashleymarkfletcher/interactive-twitch-controller

controller firebase gamepad react twitch

Last synced: about 2 months ago
JSON representation

A gamepad created with React and Firebase for real time interaction with a local game

Awesome Lists containing this project

README

          

# interactive-twitch-controller

A gamepad created with React and Firebase.

Key presses are sent to a local computer to interact with games in real time.

# To Run - server

`npm install`

`node server` will start the instance and will connect to firebase.

# To Run - Frontend/Controller

cd into the client folder

run npm `npm install`

run `npm start` and the dev server should open a new window/tab withe teh controller.

# ToDo

- further styling on the controller to make it look more like a controller
- add links to github and twitch account
- check whether to send commands if user is offline

check out the gamepad so far [HERE](https://fir-keypress.firebaseapp.com/)