IP Details Lookup
IP Details Lookup is a simple Node.js website that provides details about an IP address, including geographic information, ISP, and IP types (IPv6 and IPv4). This repository contains the server-side code for the website.
Description
Our website offers a user-friendly interface to look up detailed information about any IP address. It also provides an API that allows developers to programmatically retrieve IP address details for their applications.
- Website: https://ipflix.vercel.app/ || https://ipflix.sh20raj.repl.co
- GitHub Repository: https://github.com/SH20RAJ/Ipflix
Getting Started
To run the IP Details Lookup website locally, you need to have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/SH20RAJ/Ipflix.git
cd Ipflix
- Install the dependencies:
npm install
- Start the server:
node index.js
The website will be accessible at http://localhost:3000.
API Documentation
The IP Details Lookup API provides details about the IP address related to the incoming request.
Endpoint
GET /api/ipdetails
Parameters
-
ip
(optional): The specific…