From b9dfed9eb23d5ac3299407ca8697c2890b24a7a8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jul 2026 23:52:50 -0400 Subject: [PATCH] Verify FCC API access for Forefront map --- .../plans/2026-07-21_224054-forefront-broadband-map-plan.md | 6 +++--- projects/forefront-broadband-map.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.hermes/plans/2026-07-21_224054-forefront-broadband-map-plan.md b/.hermes/plans/2026-07-21_224054-forefront-broadband-map-plan.md index 037c377..f295f9f 100644 --- a/.hermes/plans/2026-07-21_224054-forefront-broadband-map-plan.md +++ b/.hermes/plans/2026-07-21_224054-forefront-broadband-map-plan.md @@ -199,7 +199,7 @@ Steps: 1. Create/use FCC CORES/BDC login. 2. Generate NBM API token from `https://broadbandmap.fcc.gov/login` → Manage API Access. -3. Store username/token in server `.env`. Current state: token is stored as `FCC_HASH_VALUE`; `FCC_USERNAME` is still needed. +3. Store username/token in server `.env`. Current state: `FCC_USERNAME` and `FCC_HASH_VALUE` are stored in `/root/projects/forefront-broadband-map/.env`; `listAsOfDates` test succeeded. 4. Call `listAsOfDates` to discover newest availability date. 5. Call `listAvailabilityData/{as_of_date}` with filters: - category: State or Provider @@ -299,7 +299,7 @@ Confirmed by Germaine: Still needed before build: -1. FCC BDC username/token, or approval to create/request one. Current state: token received and stored as `FCC_HASH_VALUE`; FCC username still needed. +1. FCC BDC username/token: received, stored, and tested successfully against `listAsOfDates`. 2. Decision on whether to pursue FCC/CostQuest Fabric access. 3. Any Forefront coverage/install data when available. 4. Confirm temporary URL if/when deployed; default assumption remains `ops.itpropartner.com/forefront-broadband-map/`. @@ -311,7 +311,7 @@ Still needed before build: Tasks: -1. Build FCC API client using `.env` values `FCC_USERNAME` and `FCC_HASH_VALUE`. +1. Build FCC API client using tested `.env` values `FCC_USERNAME` and `FCC_HASH_VALUE`. 2. Pull latest availability vintage list. 3. List Texas fixed broadband downloads. 4. Download target files. diff --git a/projects/forefront-broadband-map.md b/projects/forefront-broadband-map.md index 062c6a0..8a73085 100644 --- a/projects/forefront-broadband-map.md +++ b/projects/forefront-broadband-map.md @@ -19,7 +19,7 @@ Temporary hosting, if needed: **Ops** — likely `ops.itpropartner.com/forefront | Residential or business | Either / both if data is available | | Existing Forefront GIS/tower/customer data | Not yet | | Provider qualification access | Public web pages only | -| FCC Broadband Map / BDC API token | Received and stored in `/root/projects/forefront-broadband-map/.env` as `FCC_HASH_VALUE`; FCC username still needed for API calls | +| FCC Broadband Map / BDC API access | Username and token are stored in `/root/projects/forefront-broadband-map/.env` as `FCC_USERNAME` and `FCC_HASH_VALUE`; `listAsOfDates` test succeeded with HTTP 200 and 52 results | | FCC vs provider data | Combination of both | | ZIP coverage | Include **75154** and **75146** | | 75146 scope | Full ZIP |