Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonfriesen/whoare

WhoAre is a nodejs whois module.
https://github.com/jonfriesen/whoare

Last synced: 24 days ago
JSON representation

WhoAre is a nodejs whois module.

Awesome Lists containing this project

README

        

WhoAre
======

WhoAre is a nodejs whois module.

## Installation

npm install whoare --save

## Usage

var whoare = require('whoare');

whoare.you('nodejs.org', function(data){ console.log(data); });

## Tests

npm test

Note: Tests use chai, mocha, rewire, and sinon for mocking.

## Contributing

PR's accepted. Please follow the existing style and unit testing methodologies in place. Please explain the addition of any dependencies.

Everything must be unit tested :)

## Release History

* 0.1.0 Initial Commit
* 0.1.1 Removed debugging line
* 0.2.2 Added .tk support