Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maliksvd/ip-location
A small application to view IP address details.
https://github.com/maliksvd/ip-location
composables ipapi ipapi-co nuxt nuxt3 usefetch vue vue3
Last synced: 27 days ago
JSON representation
A small application to view IP address details.
- Host: GitHub
- URL: https://github.com/maliksvd/ip-location
- Owner: maliksvd
- Created: 2023-03-22T03:08:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T03:09:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T02:52:27.549Z (about 1 month 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
```