Extract address information from a list of IP addresses imported from an Excel file. It's free. Deploy server with zezo config.
👉 Demo link: here
- 🤝 IP is open for others to use:
https://ip2address.vercel.app/ip-to-location/:ip
whereip
param is your ip. - 📎 Export results to an Excel file.
- 📂 Extract a list of IP addresses from an Excel file.
- 🙉 View results directly on the interface.
Step 1: Clone repository
git https://github.com/tandv592082/ip2address.git
Step 2: Install dependencies
cd ip2address && npm install
Step 3: Run server
npm run dev
You can see page in: http://localhost:8080
Step 1: Create an Excel file, name the sheet, and name the column that contains a list of IP addresses.
Step 2: Access the page http://localhost:3000
, perform file upload, fill in the name of the sheet you just named (default name is Sheet1), and fill in the name of the column that contains the list of IP addresses in the corresponding fields.
Step 3: Press Analysis
button.
All detailed deployment documents to Vercel available here