IP Cow

IP lookup and network tools — running since 2005

IP Cow 🐮

A modern, privacy-focused web application that displays your IP address, geolocation, ISP information, and device details with a beautiful glass-morphism design.

IP Cow Screenshot License

🌟 Features

🚀 How It Works

IP Cow is a client-side web application that:

  1. Fetches IP Addresses: Uses the ipify API to get your public IPv4 and IPv6 addresses
  2. Geolocates Your Position: Calls IPStack API for location data (approximate, based on IP)
  3. Analyzes Your Device: Uses Bowser.js to detect browser, OS, and device information
  4. Displays Results: Presents all information in a clean, organized interface
  5. Interactive Elements: Click IP addresses to copy, hover for tooltips, toggle themes

All data processing happens in your browser - no server-side tracking or data storage.

🛠️ Tech Stack

Frontend

Libraries & APIs

Development Tools

📱 Screenshots

Add screenshots here when available

🏃‍♂️ Running Locally

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/ipcow.com.git
    cd ipcow.com
  2. Install Jekyll and Bundler (if not already installed)

    gem install jekyll bundler
  3. Install dependencies (optional Node.js packages)

    npm install
  4. Start the Jekyll development server

    npm run serve
    # or directly with Jekyll:
    # jekyll serve
  5. Open your browser

    http://localhost:4000

Build for Production

npm run build
# or directly with Jekyll:
# jekyll build

The built site will be in the _site/ directory.

🤝 Contributing

Contributions are welcome! This project aims to be a helpful tool for developers and regular users alike.

How to Contribute

  1. Fork the repository
  2. Create a feature branch
    git checkout -b feature/amazing-feature
  3. Make your changes
  4. Test thoroughly
  5. Commit your changes
    git commit -m 'Add amazing feature'
  6. Push to the branch
    git push origin feature/amazing-feature
  7. Open a Pull Request

Development Guidelines

Areas for Contribution

📄 API Usage

This project uses free tiers of the following APIs:

📋 Site Files

🔒 Privacy & Security

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

📞 Contact


IP Cow - Know your digital footprint 🐮✨