FieldNotes/RSSFeeds.md
... ...
@@ -0,0 +1,11 @@
1
+---
2
+title: Useful RSS feed URLs
3
+---
4
+
5
+Some folks make it really difficult to find their RSS feed URLs; here I've compiled some that I find useful.
6
+
7
+## NPR
8
+
9
+NPR uses the general format `https://feeds.npr.org/id/rss.xml`. `id` is a "mapping code" as listed at [legacy.npr.org](https://legacy.npr.org/api/mappingCodes.php).
10
+
11
+For example, for the "News" category you can use the feed URL `https://feeds.npr.org/1001/rss.xml`.
Home.md
... ...
@@ -19,6 +19,7 @@ I have a particular interest in [Huntsville, Alabama](https://huntsvilleal.gov)'
19 19
20 20
Field notes are short, to-the-point, and informal. I use them to document my experience with something or how to perform a particular task "in the field."
21 21
22
+* [Useful RSS feed URLs](FieldNotes/RSSFeeds)
22 23
* [Using CloudFormation to maintain Athena tables](FieldNotes/AthenaViaCloudformation)
23 24
* [How I use Taskwarrior](FieldNotes/Taskwarrior)
24 25
* [Using TPM-backed SSH keys on NixOS](FieldNotes/TPMKeys)