Introduction
GetIP is a web application built with Node.js and Express that allows users to discover their current IP address and related information.
Features
- Display public IP address
- Show IP-related information such as city, region, country, and ISP
Installation
- Fork the repository on GitHub.
- Clone the repository:
git clone [email protected]:your-username/getip.dev.git cd getip.dev
- Install dependencies:
npm install
- Configure the environment variables:
echo "GETINFO_TOKEN=your_token_here" > .env
- Start the server:
npm run dev
The application will be available at http://localhost:3001
.
IP Information Source
This application uses the ipinfo.io service to get information related to the IP address. You need to configure the GETINFO_TOKEN
environment variable with your ipinfo.io API token.
Contributing
Contributions are welcome! Please open an issue or submit a pull request. See the CONTRIBUTING file for more details.
License
This project is licensed under the MIT License - see the LICENSE file for details.