From 646a5eca3bce9f3c531afcbdc310f273d74dbe79 Mon Sep 17 00:00:00 2001 From: alestor123 Date: Sat, 21 Nov 2020 14:30:35 +0530 Subject: [PATCH] added docs --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/README.md b/README.md index e69de29..8d457fd 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,57 @@ +

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