An open API service indexing awesome lists of open source software.

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

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
```