1.3.1 • Published 3 years ago

web-power v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

This is a simple code for sending power off / sleep / reboot commands to the device via web

Documentation

Quick use

npx web-power

Installation

npm i web-power -g

Usage

web-power <port number>

Example

web-power 3000

Env

Creating Env

touch .env

Limit

You can set limit in env file

Env Example

Usage

PORT=<Port>

Example

PORT=3000