From 25ca09d633024510ecc9512f750622e2b76706a4 Mon Sep 17 00:00:00 2001 From: qoe2pel Date: Fri, 26 Jun 2026 15:44:25 -0600 Subject: [PATCH 1/2] Add curl command to fetch alt fuel stations --- curl | 1 + 1 file changed, 1 insertion(+) create mode 100644 curl diff --git a/curl b/curl new file mode 100644 index 000000000..86e692d01 --- /dev/null +++ b/curl @@ -0,0 +1 @@ +curl -H 'X-Api-Key: DEMO_KEY' 'https://developer.nrel.gov/api/alt-fuel-stations/v1.json?limit=1' From 6ae98b47105d6c3f6b64dc543a5d3dcd7db9ebbc Mon Sep 17 00:00:00 2001 From: qoe2pel Date: Fri, 26 Jun 2026 15:46:29 -0600 Subject: [PATCH 2/2] Modify curl command to add API key placeholder Updated API request to include a placeholder for the API key. --- curl | 1 + 1 file changed, 1 insertion(+) diff --git a/curl b/curl index 86e692d01..ea0803d93 100644 --- a/curl +++ b/curl @@ -1 +1,2 @@ curl -H 'X-Api-Key: DEMO_KEY' 'https://developer.nrel.gov/api/alt-fuel-stations/v1.json?limit=1' +https://developer.nrel.gov/api/alt-fuel-stations/v1.json?limit=1&api_key=YOUR_KEY_HERE