SynergiTech / display-control

A node module to control the screen display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

display-control

A node module that supports sleeping and waking the display. Supports Windows, Mac and Linux.

Installation

$ npm install display-control

How to use

var displaycontrol = require("display-control");

displaycontrol.sleep();
displaycontrol.wake();

About

A node module to control the screen display


Languages

Language:JavaScript 100.0%