Given an AWS IP address, shows which region it belongs to.
Live version at: https://thameera.com/awsip
git clone [email protected]:thameera/awsip.git
cd awsip
npm install
npm run watch
Now open the index.html
file in the browser.
npm run dist
npm run deploy