Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijenmakwana/ip-address-tracker
IP address tracker created with HTML, CSS and Javascript. Enter any IP address and you will get the the information about that IP address that includes location, time zone and ISP.
https://github.com/brijenmakwana/ip-address-tracker
css3 html5 ip ipify-api javascript leafletjs maps
Last synced: 11 days ago
JSON representation
IP address tracker created with HTML, CSS and Javascript. Enter any IP address and you will get the the information about that IP address that includes location, time zone and ISP.
- Host: GitHub
- URL: https://github.com/brijenmakwana/ip-address-tracker
- Owner: BrijenMakwana
- Created: 2022-11-23T10:48:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T11:15:59.000Z (about 2 years ago)
- Last Synced: 2024-10-25T05:55:43.209Z (about 2 months ago)
- Topics: css3, html5, ip, ipify-api, javascript, leafletjs, maps
- Language: HTML
- Homepage: https://ip-address-tracker-brijen.vercel.app
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - IP address tracker
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#Built-with)## Overview
- IP address tracker created with HTML, CSS and Javascript.
- Enter any IP address and you will get the the information about that IP address that includes location, time zone and ISP.
- It uses [ipify API](https://www.ipify.org) to get the information about IP address.
- It also uses [leafletjs maps](https://leafletjs.com) to generate the map.## Screenshot
![](./images/preview_1.png)
![](./images/preview_2.png)## Links
- Live Site URL: [https://ip-address-tracker-brijen.vercel.app](https://ip-address-tracker-brijen.vercel.app)
## Built with
- HTML
- CSS
- Javascript
- ipify API
- leafletjs Maps