awsip
awsip copied to clipboard
AWS IP region locator. Supports both IPv4 and IPv6.
AWS IP
Given an AWS IP address, shows which region it belongs to.
Live version at: https://thameera.com/awsip
Development
git clone [email protected]:thameera/awsip.git
cd awsip
npm install
npm run watch
Now open the index.html
file in the browser.
Building for production
npm run dist
Deploying
npm run deploy