Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallstack/project-cuppy-pi
A raspberry pi integration for the cuppy live tournament mode
https://github.com/smallstack/project-cuppy-pi
Last synced: 9 days ago
JSON representation
A raspberry pi integration for the cuppy live tournament mode
- Host: GitHub
- URL: https://github.com/smallstack/project-cuppy-pi
- Owner: smallstack
- Created: 2016-11-05T10:29:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T10:15:21.000Z (about 8 years ago)
- Last Synced: 2024-11-11T08:47:12.501Z (2 months ago)
- Language: JavaScript
- Homepage: https://cuppy.io
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Cuppy Project
A Raspberry Pi integration for the cuppy live tournament mode. The API is simple:https://cuppy.io/api/devices/DEVICE_ID/COMMAND
This sample project implements four buttons which send the related rest commands, score up/down for 2 teams. The cuppy.io UI helps you to map them to changing the score, see https://cuppy.io/devices
# How-to run
- export a deviceId, e.g. ```SET DEVICE_ID=smallstackOfficePi```
- run ```npm install```
- run ```npm run start``` or ```node index.js```If you want to use more or less buttons or if you want to use different pins, feel free to change the index.js