Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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