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
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 */
["adaptive", "alibaba", "arubacloud", "atlanticnet", "azurecdn",
"bunnycdn", "cachefly", "cdn77", "cloudflare", "cloudfront",
"cloudsigma", "digitalocean", "fastly", "gcore", "googlecdn", "heroku",
"hetzner", "hostwinds", "imperva", "ionos", "kamatera", "keycdn",
"leapswitch", "lightsail", "linode", "mnx", "netlify", "ovh","scaleaway",
"stackpath", "upcloud", "vercel", "vultr"];
Supported CDNs and Hosting Providers
- Alibaba
alibaba
- Arubacloud
arubacloud
- AWS Cloudfront
cloudfront
- AWS Lightsail
lightsail
- Atlanticnet
atlanticnet
- Azurecdn
azurecdn
- Bunnycdn
bunnycdn
- CacheFly
cachefly
- CDN77
cdn77
- Cloudflare
cloudflare
- CloudSigma
cloudsigma
- DigitalOcean
digitalocean
- Fastly
fastly
- G-Core Labs
gcore
- GoogleCDN
googlecdn
- Heroku
heroku
- Hetzner
hetzner
- Hostwinds
hostwinds
- Imperva
imperva
- Ionos
ionos
- Kamatera
kamatera
- KeyCDN
keycdn
- LeapSwitch
leapswitch
- Linode
linode
- MNX
mnx
- Netlify
netlify
- OVH
ovh
- Scaleaway
scaleaway
- Stackpath
stackpath
- Upcloud
upcloud
- Vercel
vercel
- Vultr
vultr
Contribution
Feel free to suggest or PR more networks and PoPs locations.