Skip to content

typicode/stop-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stop-server

Shut down your computer with your phone 📱 (works on OS X, Linux and Windows)

Install

npm install -g stop-server
stop-server start # Need to be done only once

Usage

Visit http://your-local-ip:5709 on your phone. You should see this page:

Important if you're on OS X or Linux, you need to allow commands to be used without sudo:

# Run 'sudo visudo' and add
your-username ALL=NOPASSWD: /sbin/shutdown       # OS X and Linux
your-username ALL=NOPASSWD: /usr/sbin/pm-suspend # Linux only

Tip for easier access, you can get a QR code by going to http://localhost:5709/qr.html from your computer

Uninstall

npm rm -g stop-server

How it works?

stop-server is a simple Express server with only 2 routes:

POST http://your-local-ip:5709/power-off
POST http://your-local-ip:5709/sleep

License

MIT - typicode 🌵

About

📱 Shut down your computer with your phone

Resources

License

Stars

Watchers

Forks

Packages

No packages published