Files
wol-api/README.md

328 B

wol-api

Wake-on-LAN API in Node.js

Running

  1. npm install
  2. npm run start

Usage

POST to /wake

curl -X POST -H "Content-Type: application/json" -d '{
  "mac": "00:AA:BB:CC:DD:EE"
}' http://localhost:9999/wake

GET to /wake

curl http://localhost:9999/wake?mac=00:AA:BB:CC:DD:EE