- This simple web app helps in tracking your IP Address and other relevant information.
- It uses Plain Vanilla JavaScript for processing (no frameworks used)
- The API used in this web page is "ip.api/json" available in public domain
- Key learnings
- How to work with API keys
- How to implement fetch and async function in JavaScript
- How to deal with Json data with JS.