9 Commits

Author SHA1 Message Date
Tudor Stanciu
7de7001993 fix: update testing details in documentation for Node.js client library 2025-10-12 15:10:00 +03:00
Tudor Stanciu
dbb821fe92 Merged PR 110: feat: Implement Node BitipClient for GeoIP service integration
feat: Implement BitipClient for GeoIP service integration

- Add BitipClient class for interacting with the Bitip GeoIP Service.
- Implement methods for health check, version info, IP location lookup, detailed IP location, and batch IP lookup.
- Introduce validation for IP addresses with IpValidator utility.
- Normalize URLs with UrlNormalizer utility.
- Create constants for API keys and routes.
- Add TypeScript types for client options, responses, and errors.
- Set up ESLint and Prettier configurations for code quality.
- Add unit tests for BitipClient and IpValidator.
- Configure TypeScript and build settings with tsup.
- Set up Vitest for testing framework and coverage reporting.
2025-10-12 11:54:44 +00:00
Tudor Stanciu
ad348edf0b feat: implement batch IP lookup functionality in .NET client; add validation and error handling 2025-10-09 23:58:38 +03:00
Tudor Stanciu
c9bda7769c feat: update README and Overview to include .NET Client Library details; add release notes for version 1.1.1 2025-10-09 01:18:25 +03:00
Tudor Stanciu
b25c8d8f91 feat: enhance GeoIP data by integrating MaxMind GeoLite2-ASN database, update API responses and documentation 2025-10-06 00:42:27 +03:00
Tudor Stanciu
228807cfed feat: integrate @flare/utiliyo for path handling, optimize dependency management, and update project configuration 2025-10-05 23:51:18 +03:00
Tudor Stanciu
2021b5d651 feat: update branding with new favicon and logo, enhance visual identity in application 2025-10-05 20:40:54 +03:00
Tudor Stanciu
07412e620d feat: add external resource links in footer for easy access to documentation, repository, and client libraries 2025-10-05 17:09:52 +03:00
Tudor Stanciu
d24f8942dd fix: update file paths in path utilities to reflect new content directory structure 2025-10-05 16:23:22 +03:00