https://github.com/malikdotjs/ip-location
A small application to view IP address details.
https://github.com/malikdotjs/ip-location
composables ipapi ipapi-co nuxt nuxt3 usefetch vue vue3
Last synced: 8 months ago
JSON representation
A small application to view IP address details.
- Host: GitHub
- URL: https://github.com/malikdotjs/ip-location
- Owner: malikdotjs
- Created: 2023-03-22T03:08:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T03:09:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-25T07:48:10.064Z (about 1 year ago)
- Topics: composables, ipapi, ipapi-co, nuxt, nuxt3, usefetch, vue, vue3
- Language: Vue
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Location
A small application to view IP address details.
Build with Nuxt3 and using the ipapi.co json api to provide data.
Building this mini-project in an evening is learning and perfecting the use of Nuxt composables.
As the source code shows, no data is saved.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```