Skip to content

Commit

Permalink
Add basic US services to the categories existing.
Browse files Browse the repository at this point in the history
This could be broken down by state when it becomes unwieldy and utilities could
be further separated into water, gas, electric if desired.  Let me know if there
is anything specifically incorrect in how I'm putting this data in.

This is mostly a collection of services I've used in the past and I'll add to
them as I review old documents.
  • Loading branch information
alunduil authored and Flameeyes committed Dec 27, 2023
1 parent ba6337a commit 59acaaf
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 0 deletions.
Empty file.
11 changes: 11 additions & 0 deletions ipv6_in_real_life/data/us/bank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"main_host": "www.wellsfargo.com"
},
{
"main_host": "www.betterment.com"
},
{
"main_host": "www.wealthfront.com"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/us/bank.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Alex Brandt

SPDX-License-Identifier: 0BSD
11 changes: 11 additions & 0 deletions ipv6_in_real_life/data/us/groceries.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"main_host": "www.instacart.com"
},
{
"main_host": "www.heb.com"
},
{
"main_host": "www.hornbachers.com"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/us/groceries.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Alex Brandt

SPDX-License-Identifier: 0BSD
14 changes: 14 additions & 0 deletions ipv6_in_real_life/data/us/telco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"main_host": "www.cableone.biz"
},
{
"main_host": "www.spectrum.com"
},
{
"main_host": "www.verizon.com"
},
{
"main_host": "www.xfinity.com"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/us/telco.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Alex Brandt

SPDX-License-Identifier: 0BSD
14 changes: 14 additions & 0 deletions ipv6_in_real_life/data/us/transport.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"main_host": "www.lyft.com"
},
{
"main_host": "www.caltrain.com"
},
{
"main_host": "www.clippercard.com"
},
{
"main_host": "www.bart.gov"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/us/transport.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Alex Brandt

SPDX-License-Identifier: 0BSD
14 changes: 14 additions & 0 deletions ipv6_in_real_life/data/us/utility.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"main_host": "www.mpsutility.com"
},
{
"main_host": "www.cpsenergy.com"
},
{
"main_host": "www.pge.com"
},
{
"main_host": "www.saws.org"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/us/utility.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Alex Brandt

SPDX-License-Identifier: 0BSD

0 comments on commit 59acaaf

Please sign in to comment.