GetIP.dev Documentation

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

Installation

  1. Fork the repository on GitHub.
  2. Clone the repository:
    git clone [email protected]:your-username/getip.dev.git
    cd getip.dev
  3. Install dependencies:
    npm install
  4. Configure the environment variables:
    echo "GETINFO_TOKEN=your_token_here" > .env
  5. 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.