The IP address tracker based on React/TypeScript... To enter IP address and get your location, timezone and isp
- ReactJS
- TailwindCSS
- Leaflet (map API)
- TypeScrpt
- Clone the project
git clone https://github.com/nafasebra/IP-address-tracker
- Install packages from package.json with yarn
yarn
- Install packages from package.json with npm
npm ci
- get your api from below link: geo-apify
- and then set your api to the
.env
file:
VITE_API_KEY = "{Your api}"
- and run project yarn:
yarn dev
and in npm:
npm run dev