nodecg-io icon indicating copy to clipboard operation
nodecg-io copied to clipboard

A NodeCG-bundle which implements Social Media API's in the NodeCG framework

Results 40 nodecg-io issues
Sort by recently updated
recently updated
newest added

See https://github.com/codeoverflow-org/nodecg-io/pull/408#issuecomment-1006896276. After doing some research I found out that a key derivation function like PBKDF2 is probably better suited for this than a plain hashing algorithm. CryptoJS actually already...

### Description Many bundles inside nodecg-io have a UI that is built using esbuild. Currently this list includes the following bundles: - core dashboard - debug service dashboard - StreamElements...

enhancement
minor
Hacktoberfest

### Description What is buttplug? A system for enumerating, connecting to, and controlling intimate interaction hardware. Current implementations can control gamepads, vibrators and e-stim devices. Outside of obvious use with...

enhancement
service
Hacktoberfest

### Description Add an Amazon Alexa Service that can be used to process voice commands. The config should contain a port and address to bind the http server. Maybe a...

enhancement
minor
service
Hacktoberfest

### Description Add a udp service that can interact with a udp server. Could also be used with udp multicast groups. ### References [node.js dgram module docs](https://nodejs.org/api/dgram.html)

enhancement
good first issue
service
Hacktoberfest

### Description Add a tcp client service for interaction with e.g. custom TCP protocols or wireless microcontrollers like the ESP32. Configuration for this service should include at least host and...

enhancement
good first issue
service
Hacktoberfest

### Description WLED is a commonly used ESP webserver. WLED describes itself as follows: "A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812) LEDs...

enhancement
good first issue
minor
service
Hacktoberfest

### Description This Platform could need a service that can execute commands on receiving an event. I think there should be a service that can take A structure defining the...

enhancement
service
Hacktoberfest

### Description Currently bundles don't have any config and if they want the user to be able to customize some things currently the bundle dev needs to create a GUI...

enhancement
major
gui
framework

### Description Currently a bundle can have access to only one service instance per service type. We need to discuss if we want to support that a bundle could use...

enhancement
framework