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
- Host: GitHub
- URL: https://github.com/h2non/webmotely-agent
- Owner: h2non
- Created: 2014-07-19T11:42:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T09:41:59.000Z (over 11 years ago)
- Last Synced: 2024-10-18T11:25:49.026Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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