feat(new tool): IP Geolocation

IP Geolocation information using ip-api.com
FIx #454
This commit is contained in:
sharevb 2024-02-03 12:36:05 +01:00 committed by ShareVB
parent 7f5fa00147
commit 03f99d61d8
4 changed files with 135 additions and 1 deletions

1
components.d.ts vendored
View file

@ -112,6 +112,7 @@ declare module '@vue/runtime-core' {
IconMdiVideo: typeof import('~icons/mdi/video')['default']
InputCopyable: typeof import('./src/components/InputCopyable.vue')['default']
IntegerBaseConverter: typeof import('./src/tools/integer-base-converter/integer-base-converter.vue')['default']
IpGeoLocation: typeof import('./src/tools/ip-geo-location/ip-geo-location.vue')['default']
Ipv4AddressConverter: typeof import('./src/tools/ipv4-address-converter/ipv4-address-converter.vue')['default']
Ipv4RangeExpander: typeof import('./src/tools/ipv4-range-expander/ipv4-range-expander.vue')['default']
Ipv4SubnetCalculator: typeof import('./src/tools/ipv4-subnet-calculator/ipv4-subnet-calculator.vue')['default']