{"id":28168532,"url":"https://github.com/salatech/ip-tracker","last_synced_at":"2025-08-22T00:12:58.516Z","repository":{"id":287254554,"uuid":"964129757","full_name":"salatech/ip-tracker","owner":"salatech","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-10T18:47:16.000Z","size":6323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T19:55:00.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ip-tracker-tau-three.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salatech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-10T18:25:35.000Z","updated_at":"2025-04-10T18:47:19.000Z","dependencies_parsed_at":"2025-04-10T20:05:04.320Z","dependency_job_id":null,"html_url":"https://github.com/salatech/ip-tracker","commit_stats":null,"previous_names":["salatech/ip-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salatech%2Fip-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salatech%2Fip-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salatech%2Fip-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salatech%2Fip-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salatech","download_url":"https://codeload.github.com/salatech/ip-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364267,"owners_count":22058880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-15T15:13:44.190Z","updated_at":"2025-05-15T15:13:45.473Z","avatar_url":"https://github.com/salatech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP Address Tracker\n\nA modern React application that allows users to track IP addresses and view their associated geographical information. Built with React and styled with CSS animations.\n\n![IP Address Tracker Screenshot](screenshot.png)\n\n## Features\n\n- 🔍 Real-time IP address tracking\n- 🌍 Interactive map display\n- 📱 Responsive design\n- ✨ Beautiful animations and transitions\n- 🔒 Secure API key management\n- 🎯 Precise location data\n- 💫 Modern UI/UX design\n\n## Technologies Used\n\n- React.js\n- CSS3 with Animations\n- IPify API for IP tracking\n- Leaflet for map integration\n- Environment Variables for API key management\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14.0.0 or higher)\n- npm (v6.0.0 or higher)\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/yourusername/ip-address-tracker-react.git\n```\n\n2. Navigate to the project directory\n```bash\ncd ip-address-tracker-react\n```\n\n3. Install dependencies\n```bash\nnpm install\n```\n\n4. Create a `.env` file in the root directory and add your IPify API key\n```env\nREACT_APP_IPIFY_API_KEY=your_api_key_here\n```\n\n5. Start the development server\n```bash\nnpm start\n```\n\nThe application will open in your default browser at `http://localhost:3000`\n\n## Project Structure\n\n```\nip-address-tracker-react/\n├── public/\n│   ├── index.html\n│   └── assets/\n├── src/\n│   ├── components/\n│   │   ├── SearchBar.js\n│   │   ├── IPDetails.js\n│   │   ├── Map.js\n│   │   └── Loader.js\n│   ├── App.js\n│   ├── App.css\n│   └── index.js\n├── .env\n├── .gitignore\n└── package.json\n```\n\n## Features in Detail\n\n### IP Address Tracking\n- Real-time IP address lookup\n- Support for both IPv4 and IPv6 addresses\n- Domain name resolution\n- Error handling for invalid inputs\n\n### Location Data\n- Country information\n- City details\n- ISP data\n- Timezone information\n- Latitude and longitude coordinates\n\n### Interactive Map\n- Centered on the searched IP location\n- Zoom controls\n- Marker placement\n- Responsive design\n\n### User Interface\n- Clean and modern design\n- Responsive layout\n- Loading animations\n- Error state handling\n- Smooth transitions\n\n## API Integration\n\nThe application uses the IPify API for IP address tracking. To use the application:\n\n1. Sign up for an API key at [IPify](https://www.ipify.org/)\n2. Add your API key to the `.env` file\n3. The application will automatically use the key for API requests\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments\n\n- IPify API for providing the IP tracking service\n- Leaflet for the map integration\n- React community for the amazing framework\n- Font Awesome for the icons\n\n## Contact\n\nSalatech - [Twitter](https://twitter.com/salatech2)\n\nProject Link: [https://github.com/salatech/ip-address-tracker-react](https://github.com/salatech/ip-address-tracker-react)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalatech%2Fip-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalatech%2Fip-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalatech%2Fip-tracker/lists"}