https://github.com/9dl/ipfind
Get IP Information | Nextjs 14 + NextUI
https://github.com/9dl/ipfind
ip ip-address ip-information ip-lookup lookup nextjs
Last synced: 6 months ago
JSON representation
Get IP Information | Nextjs 14 + NextUI
- Host: GitHub
- URL: https://github.com/9dl/ipfind
- Owner: 9dl
- Created: 2023-11-18T18:15:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T18:22:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T22:22:08.925Z (8 months ago)
- Topics: ip, ip-address, ip-information, ip-lookup, lookup, nextjs
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPFind
- IPFind is a sleek Next.js 14 application developed with NextUI, providing comprehensive IP information using the [ipinfo.io](https://ipinfo.io/) API.## Quick Start
1. Clone this repository.
2. Run the development server:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```3. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Features
- Easy to use
- Caching (Caches IP to prevent Ratelimit)Feel free to provide feedback and contribute to the project! 🚀