6d39c4b8e969dbd9e900fbd1f6aadcfdd376b3f4
wol-api
Wake-on-LAN API in Node.js
Running
npm installnpm 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
Description
Languages
JavaScript
63.4%
HTML
36.6%