Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 498 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 498 Bytes

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:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev