diff --git a/data/keywords/kw_US.txt b/data/keywords/kw_US.txt index df30c04..5306b0b 100644 --- a/data/keywords/kw_US.txt +++ b/data/keywords/kw_US.txt @@ -55,3 +55,6 @@ AI startups in Silicon ValleySan Jose weather this weekend Silicon Valley tech news best tacos in San Jose Apple park visitor center hours +Seattle Weather +Las Vegas strip +Charlotte Hornets diff --git a/data/regions/US/IL/Warrenville.json b/data/regions/US/IL/Warrenville.json new file mode 100644 index 0000000..e9d835f --- /dev/null +++ b/data/regions/US/IL/Warrenville.json @@ -0,0 +1,5 @@ +{ + "region_name": "United States - Warrenville", + "google_module": { "base_lat": 41.8164, "base_lon": -88.1748, "lang_params": "hl=en&gl=US", "valid_url_suffix": "com" }, + "trust_module": { "white_urls": [ "https://en.wikipedia.org/wiki/Special:Random", "https://www.yahoo.com/", "https://www.target.com/", "https://www.npr.org/", "https://www.weather.com/", "https://www.amazon.com/", "https://www.cdc.gov/" ] } +} diff --git a/data/regions/US/NC/Charlotte.json b/data/regions/US/NC/Charlotte.json new file mode 100644 index 0000000..8513c88 --- /dev/null +++ b/data/regions/US/NC/Charlotte.json @@ -0,0 +1,5 @@ +{ + "region_name": "United States - Charlotte", + "google_module": { "base_lat": 35.2271, "base_lon": -80.8431, "lang_params": "hl=en&gl=US", "valid_url_suffix": "com" }, + "trust_module": { "white_urls": [ "https://en.wikipedia.org/wiki/Special:Random", "https://www.yahoo.com/", "https://www.target.com/", "https://www.npr.org/", "https://www.weather.com/", "https://www.amazon.com/", "https://www.cdc.gov/" ] } +} diff --git a/data/regions/US/NV/Las_Vegas.json b/data/regions/US/NV/Las_Vegas.json new file mode 100644 index 0000000..e3b0950 --- /dev/null +++ b/data/regions/US/NV/Las_Vegas.json @@ -0,0 +1,5 @@ +{ + "region_name": "United States - Las Vegas", + "google_module": { "base_lat": 36.1699, "base_lon": -115.1398, "lang_params": "hl=en&gl=US", "valid_url_suffix": "com" }, + "trust_module": { "white_urls": [ "https://en.wikipedia.org/wiki/Special:Random", "https://www.yahoo.com/", "https://www.target.com/", "https://www.npr.org/", "https://www.weather.com/", "https://www.amazon.com/", "https://www.cdc.gov/" ] } +} diff --git a/data/regions/US/OR/Bend.json b/data/regions/US/OR/Bend.json new file mode 100644 index 0000000..3be7b6c --- /dev/null +++ b/data/regions/US/OR/Bend.json @@ -0,0 +1,5 @@ +{ + "region_name": "United States - Bend", + "google_module": { "base_lat": 44.0582, "base_lon": -121.3153, "lang_params": "hl=en&gl=US", "valid_url_suffix": "com" }, + "trust_module": { "white_urls": [ "https://en.wikipedia.org/wiki/Special:Random", "https://www.yahoo.com/", "https://www.target.com/", "https://www.npr.org/", "https://www.weather.com/", "https://www.amazon.com/", "https://www.cdc.gov/" ] } +} diff --git a/data/regions/US/UT/Salt_Lake_City.json b/data/regions/US/UT/Salt_Lake_City.json new file mode 100644 index 0000000..f3cc8a3 --- /dev/null +++ b/data/regions/US/UT/Salt_Lake_City.json @@ -0,0 +1,5 @@ +{ + "region_name": "United States - Salt Lake City", + "google_module": { "base_lat": 40.7608, "base_lon": -111.8910, "lang_params": "hl=en&gl=US", "valid_url_suffix": "com" }, + "trust_module": { "white_urls": [ "https://en.wikipedia.org/wiki/Special:Random", "https://www.yahoo.com/", "https://www.target.com/", "https://www.npr.org/", "https://www.weather.com/", "https://www.amazon.com/", "https://www.cdc.gov/" ] } +} diff --git a/data/regions/US/WA/Seattle.json b/data/regions/US/WA/Seattle.json new file mode 100644 index 0000000..934bc9b --- /dev/null +++ b/data/regions/US/WA/Seattle.json @@ -0,0 +1,5 @@ +{ + "region_name": "United States - Seattle", + "google_module": { "base_lat": 47.6062, "base_lon": -122.3321, "lang_params": "hl=en&gl=US", "valid_url_suffix": "com" }, + "trust_module": { "white_urls": [ "https://en.wikipedia.org/wiki/Special:Random", "https://www.yahoo.com/", "https://www.target.com/", "https://www.npr.org/", "https://www.weather.com/", "https://www.amazon.com/", "https://www.cdc.gov/" ] } +}