https://github.com/tlaanemaa/node-wol-server
Wake-on-lan server
https://github.com/tlaanemaa/node-wol-server
http nodejs rest-api server wake-on-lan
Last synced: 9 months ago
JSON representation
Wake-on-lan server
- Host: GitHub
- URL: https://github.com/tlaanemaa/node-wol-server
- Owner: tlaanemaa
- Created: 2020-02-09T18:13:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:57:27.000Z (over 3 years ago)
- Last Synced: 2023-02-27T18:41:13.416Z (about 3 years ago)
- Topics: http, nodejs, rest-api, server, wake-on-lan
- Language: HTML
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-wol-server
Wake-on-lan server
This tiny project serves as a REST wrapper for the [node-wol](https://www.npmjs.com/package/node-wol) library to allow sending WOL packets through an API
## Using
Clone this repo, install packages and start the server
```sh
git clone https://github.com/tlaanemaa/node-wol-server.git
cd node-wol-server
npm install
npm start
```