Skip to content

Commit

Permalink
Updated - readme & version no
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Jul 25, 2019
1 parent aac0445 commit 263b7fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 🌍 Whoiser

**whoiser** is a WHOIS client for Node.js than helps with querying WHOIS servers for TLDs, domain names and IPs.
**whoiser** is a WHOIS client for Node.js than helps with querying WHOIS servers for TLDs, domain names, AS numbers and IPs.

Has support for auto-discovering WHOIS servers for TLDs and IPs allocators, making it easy to get WHOIS info with a single call like `whoiser('google.com')` or `whoiser('1.1.1.1')`.
Has support for auto-discovery WHOIS servers for TLDs and IPs allocators, making it easy to get WHOIS info with a single call like `whoiser('google.com')` or `whoiser('1.1.1.1')`.
Applies minimal parsing to results, returning same data format from different WHOIS servers.

## Highlights
* Returns WHOIS info for any internet address.
* Zero-config, but configurable when needed.
* Returns WHOIS info for any internet address
* Requires zero config, but configurable when needed
* Recognises queries and routes the request to correct server
* Minimal parsing to provide consistent results across WHOIS servers
* Uses WHOIS servers from IANA, if not provided
* Discover available TLDs
* Discover all available TLDs

## Roadmap
Aiming to have these features:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whoiser",
"version": "1.3.1",
"version": "1.4.0",
"description": "Whois info for TLDs, domains and IPs",
"keywords": [
"whois",
Expand Down

0 comments on commit 263b7fd

Please sign in to comment.