Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonfriesen/whoare
- Owner: jonfriesen
- License: mit
- Created: 2014-08-03T02:13:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T21:07:37.000Z (over 10 years ago)
- Last Synced: 2024-04-25T08:01:33.226Z (6 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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