JSPM

  • Created
  • Published
  • Downloads 175
  • Score
    100M100P100Q88195F
  • License MIT

Points of Presence geolocation

Package Exports

  • @adaptivelink/pops

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@adaptivelink/pops) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Points of Presence for CDNs

npm   Test

ES Module with geolocation and IATA codes of Content Delivery Networks and hosting companies points of presence. Useful for plotting, planning and network measurements.

Install with yarn or npm

yarn add @adaptivelink/pops
npm i @adaptivelink/pops

Usage

import PoPs from "@adaptivelink/pops";

/* Geolocation of Cloudflare PoPs */
console.log(PoPs.cloudflare.geo);

/* IATA code of Fastly PoPs */
console.log(PoPs.fastly.code);

/* Total of locations for AWS Lightsail Datacenters */
console.log(PoPs.fastly.code.length);

/* Providers in Madrid */
console.log(PoPs.MAD);

/* Providers */
["adaptive", "alibaba", "arubacloud", "atlanticnet", "azurecdn",
"bunnycdn", "cachefly", "cdn77", "cloudflare", "cloudfront",
"cloudsigma", "digitalocean", "equinix", "ec2", "fastly", "gcore",
"googlecdn", "heroku", "hetzner", "hostwinds", "imperva", "ionos",
"kamatera", "keycdn", "leapswitch", "lightsail", "limelight", "linode",
"mnx", "netlify", "ovh", "packet", "scaleaway", "stackpath", "upcloud",
"verizonmedia", "vercel", "vultr"];

Supported CDNs and Hosting Providers

  • Alibaba alibaba
  • Arubacloud arubacloud
  • AWS Cloudfront cloudfront
  • AWS EC2 ec2 🕵️
  • AWS Lightsail lightsail 🕵️
  • Atlanticnet atlanticnet
  • Azurecdn azurecdn
  • Bunnycdn bunnycdn
  • CacheFly cachefly
  • CDN77 cdn77 🕵️
  • Cloudflare cloudflare 🕵️
  • CloudSigma cloudsigma
  • DigitalOcean digitalocean 🕵️
  • Equinix equinix
  • Fastly fastly 🕵️
  • G-Core Labs gcore
  • GoogleCDN googlecdn
  • Heroku heroku
  • Hetzner hetzner
  • Hostwinds hostwinds
  • Imperva imperva
  • Ionos ionos
  • Kamatera kamatera
  • KeyCDN keycdn 🕵️
  • LeapSwitch leapswitch
  • Limelight Networks limelight
  • Linode linode
  • MNX mnx
  • Netlify netlify
  • OVH ovh
  • Packet packet 🕵️
  • Scaleaway scaleaway
  • Stackpath stackpath 🕵️
  • Upcloud upcloud 🕵️
  • Verizon Media verizonmedia
  • Vercel vercel 🕵️
  • Vultr vultr

Spotters 🕵️

Spotters are scheduled GitHub Actions that continuously monitor CDNs and Hosting Providers points of presence locations and cross-reference with this module data.

Contribution

Feel free to suggest or PR more networks and PoPs locations.