IP Address Tracker (web app). Track and analyze IP addresses. Utilize the app to view the location of any IP address on a Cesium map and retrieve detailed information through the IPinfo API via an API proxy.
git clone [email protected]:brysonbw/vue-ip-address-tracker-client.git
cd vue-ip-address-tracker-client
rm -rf .git
pnpm install
VITE_CESIUM_ION_TOKEN=
VITE_API_URL=
VITE_API_BASE_PATH=
VITE_BILLBOARD_IMAGE_URL=
- Cesium Ion: Signup or login to see and/generate your token
- Api URL: URL of API Proxy
- Api Base Path: API Base path of URL. For example,
/api/v1
- (Cesium) Billboard Image URL: Uploaded image URL on Amazon s3, Cloudinary, or anywhere else that's similar
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
https://github.com/brysonbw/deno-ip-address-tracker-api-proxy
pnpm run build