# Node.js Traceroute

Node.js wrapper for the GNU `traceroute` command.

This is a port of the [Luvit library](https://github.com/Kami/luvit-traceroute) to Node.js.

## Build Status

[![Build Status](https://api.travis-ci.org/Kami/node-traceroute.png)](http://travis-ci.org/Kami/node-traceroute)

## Runing tests

```bash
npm run-script test
```

## License

Library is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).
