An open API service indexing awesome lists of open source software.

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.

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
```