Skip to content

Stream Deck based on NodeJS HTTP server, execute commands on your pc, software and more from your phone, raspberry pi, arduino, esp8266, etc.

License

Notifications You must be signed in to change notification settings

PecceG2/RocketCloud_Stream_Deck

Repository files navigation

RocketCloud Stream Deck

Contributors Forks Stargazers Issues MIT License


Logo

RocketCloud Stream Deck

RocketCloud Stream Deck is a server based on NodeJS HTTP server, that allows you to execute commands, software and more on your pc from your phone mobile, raspberry pi, arduino, esp8266, or any http client device.
View all my projects »

Report Bug · View License · Request Feature

Screenshots

Screenshot Screenshot

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Before continuing it is necessary have Node JS server installed. You can download NodeJS from here.

Installation

  1. Clone the repo
    git clone https://github.com/PecceG2/RocketCloud_Stream_Deck.git
  2. If you need use DiscordBOT, change your BOT TOKEN on config.json
    "BOT_TOKEN": "YOUR_BOT_TOKEN"
  3. Start server with NPM
    npm start

Installation as a service

  1. Clone the repo on definitive location files.
    git clone https://github.com/PecceG2/RocketCloud_Stream_Deck.git
  2. If you need use DiscordBOT, change your BOT TOKEN on config.json
    "BOT_TOKEN": "YOUR_BOT_TOKEN"
  3. Install service with service_install.bat bat file (run it as Administrator)

Uninstalling a service

  1. Go to installation folder (Or service_install.bat file location)
  2. Uninstall service with service_uninstall.bat bat file (run it as Administrator)

Usage

If you don't change 'WEBSERVER_PORT', the default port for webserver is 9991. Open browser on your phone or pc and go to http://localhost:9991/

To change from Stream Deck panel to PC Status panel, press on "P" icon on center of screen.

If you need change deck options, check index.js file on line 77 and edit images on \public\img folder.

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

About

Stream Deck based on NodeJS HTTP server, execute commands on your pc, software and more from your phone, raspberry pi, arduino, esp8266, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published