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

https://github.com/h2non/webmotely-agent

JavaScript control agent
https://github.com/h2non/webmotely-agent

Last synced: 4 months ago
JSON representation

JavaScript control agent

Awesome Lists containing this project

README

          

# webmotely-agent

Webmotely remote control JavaScript agent (proof of concept)

## Testing

Install [webmotely-server](https://github.com/webmotely/webmotely-server)

Clone this repository
```bash
git clone https://github.com/webmotely/webmotely-agent.git && cd webmotely-agent
```

Install dependencies
```bash
npm install
```

Start the HTTP server
```bash
node ./node_modules/.bin/http-server
```

## License

MIT - Tomas Aparicio