https://github.com/lcaprini/react-remote-controller
A simple ReactJS package that executes a specific action when the related TV remote controller button is pressed
https://github.com/lcaprini/react-remote-controller
Last synced: 3 months ago
JSON representation
A simple ReactJS package that executes a specific action when the related TV remote controller button is pressed
- Host: GitHub
- URL: https://github.com/lcaprini/react-remote-controller
- Owner: lcaprini
- License: mit
- Created: 2023-01-18T14:50:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T15:38:25.000Z (over 2 years ago)
- Last Synced: 2025-02-24T22:49:17.639Z (3 months ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Remote Controller
React Remote Controller is a small ReactJS package that allows to listen for every button pressed on the remote controller of a TV.
Software developer only need to initialise the service and providing to it every TV remote button it had to listen, and use a very simple React Hook to define the actions for buttons.