Skip to content

Track and analyze IP addresses. Utilizing Vue 3 and Cesium to view the location of any IP address.

Notifications You must be signed in to change notification settings

brysonbw/vue-ip-address-tracker-client

Repository files navigation

dictionary-app-logo

IP Address Tracker

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.

Running Locally

git clone [email protected]:brysonbw/vue-ip-address-tracker-client.git
cd vue-ip-address-tracker-client
rm -rf .git

Install

pnpm install

.env

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

Developing

pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Running Server

https://github.com/brysonbw/deno-ip-address-tracker-api-proxy

Build

pnpm run build

About

Track and analyze IP addresses. Utilizing Vue 3 and Cesium to view the location of any IP address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published