1.0.0 • Published 9 years ago

whois-stats v1.0.0

Weekly downloads
4
License
BSD
Repository
github
Last release
9 years ago

whois-stats

Rationale

All Regional Internet Registries (RIRs) publish statistics that describe the state of the network resources they manage. These statistics are updated daily. whois-stats allows you to access these statistics as a stream of JSON objects.

Usage

` var stats = require('whois-stats');

stats.statsFromFTP(ws.ARIN_LATEST, function (err, stream) { if (err) throw err; stream.on('entry', function (entry) { // Do something with record }); }); `

Why should I care?

  • Quantify IPv4 exhaustion
  • Diff for new allocations
  • Identify conflicts
  • Store to object db