This is a simple Express server configured to retrieve the external IP address. This server is necessary for the execution of this project.
To get started, follow these instructions:
- Node.js installed on your machine
-
Clone this repository.
-
Install dependencies using npm:
npm install
To run the server, execute the following command:
node server.js
Get the external IP address from the headers or connection properties of the req object.
Once the server is running, you can access it at http://localhost:4000/
to get the external IP address.
You're welcome 😎
If you wish to use or contribute to the project, follow these steps:point_down::
- Fork the project
- Create a feature branch
git checkout -b feature/NewFeature
- Commit your changes
git commit -m 'Add NewFeature'
- Push the branch
git push origin feature/AmazingFeature
- Open a pull Request