Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmutafov authored Feb 9, 2022
1 parent 0ad3b11 commit bc570fe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Simple Keep PC Awake

A simple quick program that keeps your PC awake by moving your mouse by 1px diagonally every 30 seconds. It has no interface as is intended to be as simple as possible.

# Running via node

To keep with node on your pc you have to perform the following steps:
- Make sure you have Node installed on your machine
- Clone the repository and navigate to folder
- run `npm install`
- run `node index.js`

This will start the awake process and will run until you stop with with `Ctrl+C`.

You can create .bat scripts or bash aliases to quickly start and stop the process when needed.

0 comments on commit bc570fe

Please sign in to comment.