asbycountry

Pre-built lookup table of ASes registered by country

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
asbycountry
1.4.22 years ago7 years agoMinified + gzip package size for asbycountry in KB

Readme

AS By Country
This is a small module to parse the delegation stats from the regional registries for which autonomous systems are registered in which countries.
To rebuild the database, remove the asbycountry.json table and run node rebuild.js.
To use:
var asbycountry = require("asbycountry");
asbycountry["US"].forEach(function (asn) {
  ...
});