aws-region-recommendation
v1.4.0
Published
Best aws region recommendation based on given url/ip location
Downloads
15
Readme
Usage
var awsRegionRecommendation = require("aws-region-recommendation") awsRegionRecommendation("bankofindia.co.in").then(function(res){ console.log(res); }).catch(function(err){ console.log(err); });