Skip to content

Commit

Permalink
Merge pull request #1495 from weather-gov/mgwalker/1475-afd
Browse files Browse the repository at this point in the history
Add backend data handling to fetch AFDs and make latest available to the frontend
  • Loading branch information
greg-does-weather authored Jul 31, 2024
2 parents b71b218 + 78bea1c commit 890b5f5
Show file tree
Hide file tree
Showing 9 changed files with 644 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@version": "1.1",
"@vocab": "https://api.weather.gov/ontology#"
},
"@id": "https://api.weather.gov/products/798a1c6b-1317-4a4c-bb68-71091b3003da",
"id": "798a1c6b-1317-4a4c-bb68-71091b3003da",
"wmoCollectiveId": "FXUS65",
"issuingOffice": "KFGZ",
"issuanceTime": "2024-07-30T21:04:00+00:00",
"productCode": "AFD",
"productName": "Area Forecast Discussion",
"productText": "This is short text, just for testing."
}
Loading

0 comments on commit 890b5f5

Please sign in to comment.