Skip to content

codemintous/myip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

IP Address App

A simple Node.js application that displays your IP address.

Setup

  1. Install dependencies:
npm install
  1. Start the server:
npm start

Usage

Once the server is running, you can access the following endpoint:

  • GET http://localhost:3000/my-ip - Returns your IP address in JSON format

Example response:

{
  "ip": "123.45.67.89"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published