Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 61 additions & 61 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
<p align="center">
<a target="_blank" href="http://getrobot.net">
<img src="http://getrobot.net/common/gh-header.png" alt="ROBOT" />
</a>
</p>

<h1 align="center">
Native System Automation for Node
</h1>

<p align="center">
<a target="_blank" href="http://getrobot.net">
<img src="https://img.shields.io/badge/built_with-ROBOT-C86414.svg?style=flat-square" alt="Built with Robot" />
</a>

<a target="_blank" href="https://github.com/robot/robot">
<img src="https://img.shields.io/badge/robot-2.0.0-C86414.svg?style=flat-square" alt="Robot 2.0.0" />
</a>

<a target="_blank" href="https://npmjs.com/package/robot-js">
<img src="https://img.shields.io/badge/npm-1.0.2-C86414.svg?style=flat-square" alt="NPM 1.0.2" />
</a>

<img src="https://img.shields.io/badge/node->=_0.12-C86414.svg?style=flat-square" alt="Node >= 0.12" />

<a target="_blank" href="https://gitter.im/robot/robot-js">
<img src="https://img.shields.io/badge/chat_on-GITTER-C86414.svg?style=flat-square" alt="Chat on Gitter" />
</a>

<a target="_blank" href="http://getrobot.net/docs/node.html">
<img src="https://img.shields.io/badge/docs-API-C86414.svg?style=flat-square" alt="Docs API" />
</a>

<a target="_blank" href="https://opensource.org/licenses/Zlib">
<img src="https://img.shields.io/badge/license-ZLIB-C86414.svg?style=flat-square" alt="ZLIB Licensed" />
</a>
</p>

<h5 align="center">
<a target="_blank" href="http://getrobot.net/docs/node.html">
GET STARTED
</a>
&nbsp;|&nbsp;
<a target="_blank" href="http://getrobot.net/docs/about.html">
DOCUMENTATION
</a>
&nbsp;|&nbsp;
<a target="_blank" href="http://getrobot.net/api/global.html">
API
</a>
&nbsp;|&nbsp;
<a target="_blank" href="http://getrobot.net/docs/philosophy.html">
COMMUNITY
</a>
</h5>

<p align="justify">
Introducing Robot for Node, a library aimed at facilitating the development of system automation software for the purposes of test automation, self-running demos, and other applications. The library works by abstracting away all platform-specific differences into a single, robust API compatible with most desktop operating systems. Functionality ranges from basic keyboard and mouse automation to advanced process manipulation capabilities. It has everything you need to take full control of your system. Visit the <a target="_blank" href="http://getrobot.net">Homepage</a> for more information.
</p>

<pre align="center">npm install robot-js</pre>
<p align="center">
<a target="_blank" href="http://getrobot.net">
<img src="http://getrobot.net/common/gh-header.png" alt="ROBOT" />
</a>
</p>
<h1 align="center">
Native System Automation for Node.
</h1>
<p align="center">
<a target="_blank" href="http://getrobot.net">
<img src="https://img.shields.io/badge/built_with-ROBOT-C86414.svg?style=flat-square" alt="Built with Robot" />
</a>
<a target="_blank" href="https://github.com/robot/robot">
<img src="https://img.shields.io/badge/robot-2.0.0-C86414.svg?style=flat-square" alt="Robot 2.0.0" />
</a>
<a target="_blank" href="https://npmjs.com/package/robot-js">
<img src="https://img.shields.io/badge/npm-1.0.2-C86414.svg?style=flat-square" alt="NPM 1.0.2" />
</a>
<img src="https://img.shields.io/badge/node->=_0.12-C86414.svg?style=flat-square" alt="Node >= 0.12" />
<a target="_blank" href="https://gitter.im/robot/robot-js">
<img src="https://img.shields.io/badge/chat_on-GITTER-C86414.svg?style=flat-square" alt="Chat on Gitter" />
</a>
<a target="_blank" href="http://getrobot.net/docs/node.html">
<img src="https://img.shields.io/badge/docs-API-C86414.svg?style=flat-square" alt="Docs API" />
</a>
<a target="_blank" href="https://opensource.org/licenses/Zlib">
<img src="https://img.shields.io/badge/license-ZLIB-C86414.svg?style=flat-square" alt="ZLIB Licensed" />
</a>
</p>
<h5 align="center">
<a target="_blank" href="http://getrobot.net/docs/node.html">
GET STARTED
</a>
&nbsp;|&nbsp;
<a target="_blank" href="http://getrobot.net/docs/about.html">
DOCUMENTATION
</a>
&nbsp;|&nbsp;
<a target="_blank" href="http://getrobot.net/api/global.html">
API
</a>
&nbsp;|&nbsp;
<a target="_blank" href="http://getrobot.net/docs/philosophy.html">
COMMUNITY
</a>
</h5>
<p align="justify">
Introducing Robot for Node, a library aimed at facilitating the development of system automation software for the purposes of test automation, self-running demos, and other applications. The library works by abstracting away all platform-specific differences into a single, robust API compatible with most desktop operating systems. Functionality ranges from basic keyboard and mouse automation to advanced process manipulation capabilities. It has everything you need to take full control of your system. Visit the <a target="_blank" href="http://getrobot.net">Homepage</a> for more information.
</p>
<pre align="center">npm install robot-js</pre>