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
- Host: GitHub
- URL: https://github.com/ashleymarkfletcher/interactive-twitch-controller
- Owner: ashleymarkfletcher
- Created: 2017-02-26T02:51:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T23:10:38.000Z (over 8 years ago)
- Last Synced: 2025-09-06T06:01:23.723Z (10 months ago)
- Topics: controller, firebase, gamepad, react, twitch
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)