An open API service indexing awesome lists of open source software.

https://github.com/alestor123/web-power

This is a simple code for sending power off / sleep / reboot commands to the device via web
https://github.com/alestor123/web-power

power sleep web

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Web Power



views


views



#
> 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 ``

# Example
``web-power 3000``

# Env

## Creating Env
``touch .env``

# Limit

> You can set limit in env file

# Env Example

## Usage
```
PORT=
```
## Example

```
PORT=3000
```