batuhan / which-cloud

given an ip address, return which cloud provider it belongs to (AWS, GCE, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which-cloud

Build Status Coverage Status Standard Version

given an ip address, return which cloud provider it belongs to (EC2, GCE, etc)

> which-cloud 104.196.27.39
> gce

Installing

npm i which-cloud -g

Supported Clouds

  • Amazon Web Services (aws).
  • Google Compute Engine (gce).
  • Azure (azure).
  • fallback to whois lookup.

Patches Welcome!

I would love help adding support for more cloud services.

License

ISC

About

given an ip address, return which cloud provider it belongs to (AWS, GCE, etc)

License:ISC License


Languages

Language:JavaScript 100.0%