Ninja-Lookup

Lookup-Now is now Ninja-Lookup

🔍 A web application that allows users to perform domain and hosting lookups, including WHOIS information and hosting provider details.

Features

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/blackXploit-404/Ninja-Lookup.git
    
  2. Navigate into the project directory:

    cd Ninja-Lookup
    
  3. Install dependencies:

    npm install
    
  4. Create a .env file in the root directory and add your API key:

    WHOIS_API_KEY=your_rapidapi_key
    

    Make sure to add .env to your .gitignore file to prevent it from being pushed to GitHub.

  5. Start the application:

    npm start
    

Usage

  1. Open your web browser and navigate to http://localhost:3000.
  2. Enter a domain name in the input field and click “Domain Lookup” or “Hosting Lookup.”
  3. View the results, including WHOIS data and hosting provider information.

API Endpoints

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find bugs or have suggestions for improvements.