A NodeCG-bundle which implements Social Media API's in the NodeCG framework
nodecg-io is the successor of ChatOverflow. The aim of this bundle is to simplify the code and expand the number of integrated services. The main goal is to increase the number of supported APIs to save you development time.
- AutoHotkey
- Android (using adb)
- CurseForge
- Discord
- Google Sheets (gsheets)
- IntelliJ IDEs
- IRC (Internet Relay Chat)
- MIDI Input
- MIDI Output
- Nanoleafs
- OBS
- Philips Hue
- RCON
- sACN Receiver
- sACN Sender
- Serial Port (Arduino)
- Slack WebAPI
- Spotify
- Elgato Stream Deck
- StreamElements
- Telegram
- TIANE
- TipeeeStream
- Twitch Addons
- Twitch API
- Twitch Chat
- Twitch PubSub
- WebSocket Client
- WebSocket Server
- Xdotool
- YouTube
If you want to use nodecg-io, you should note that it is only a framework for your bundle, so you need at least a basic knowledge of the programming language JavaScript or any other language that compiles to JavaScript like TypeScript. If that's no problem you can head over to the installation guide and take a look at the available nodecg-io services.
If you want to contribute to this bundle you can implement one of those services or fix an issue. Before contributing head over to the How to contribute guide.
|
@Promasu
P.S.: If you have some spare time to help out around here, we would be delighted to add your name to this list!
nodecg-io/
+--docs/ Documentation repo (you have to clone this separately)
+--nodecg-io-core/ Core framework
+--dashboard/ GUI
+--nodecg-io-<service name>/ Service implementations
+--samples/ Samplecode that shows how each service is used
+--utils/ Utility packages for shared code between services