Localize online search results to user country when location available

Get country code to server chat api from i.p location check on clients.
Use country code to get country specific online search results via Serper.dev API
This commit is contained in:
Debanjum Singh Solanky
2024-09-30 01:19:56 -07:00
parent eb86f6fc42
commit 1fed842fcc
9 changed files with 24 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ export interface LocationData {
city: string;
region: string;
country: string;
countryCode: string;
postal: string;
latitude: number;
longitude: number;