npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@adaptivelink/pops

v0.5.8

Published

Points of Presence geolocation

Downloads

917

Readme

Points of Presence for CDNs

Banner

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);

/* Location of Lisbon */
console.log(PoPs.LIS.geo);

/* All PoPs codes */
console.log(PoPs.all.code);

/* All PoPs locations */
console.log(PoPs.all.geo);

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

🌐 Supported CDNs and Hosting Providers

  • Alibaba alibaba
  • Arubacloud arubacloud
  • AWS Cloudfront cloudfront
  • AWS EC2 ec2 🕵️
  • AWS Lightsail lightsail 🕵️
  • Atlanticnet atlanticnet 🕵️
  • Azure CDN azurecdn
  • Azure VM azurevm
  • Backblaze backblaze
  • Bunnycdn bunnycdn
  • CacheFly cachefly
  • CDN77 cdn77 🕵️
  • Cloudflare cloudflare 🕵️
  • CloudSigma cloudsigma
  • Deno Deploy deno 🕵️
  • DigitalOcean digitalocean 🕵️
  • Equinix equinix
  • Fastly fastly 🕵️
  • Flexential flexential
  • G-Core Labs gcore
  • Google Cloud CDN googlecdn
  • Google Compute Engine googlecompute
  • 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
  • Scaleway scaleway
  • Stackpath stackpath 🕵️
  • Upcloud upcloud 🕵️
  • Verizon Media verizonmedia
  • Vercel vercel 🕵️
  • Vultr vultr 🕵️
  • Wasabi wasabi

🕵️ 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 PoP locations.

💻 Codespaces

This repo is configured for GitHub Codespaces.

📒 Jupyter Notebook

A Jupyter Notebook is available at Kaggle, where providers rough coverage is simulated at ~5ms RTT. Source for this notebook in directory notebooks.