You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern JavaScript utility for parsing and generating JSON Feed, Atom, RSS, and RDF feeds, with support for popular namespaces. It provides both universal and format-specific parsers that maintain the original feed structure while offering helpful normalization.
7
+
Robust and fast JavaScript parser for RSS, Atom, JSON Feed, and RDF feeds, with support for popular namespaces. It provides both universal and format-specific parsers that maintain the original feed structure while offering helpful normalization.
8
8
9
9
Feedsmith maintains the original feed structure in a clean, object-oriented format. It intelligently normalizes legacy elements, providing you with complete access to all feed data without compromising simplicity.
10
10
@@ -421,7 +421,7 @@ For a quick overview, here are the results of parsing RSS, Atom, and RDF feeds u
421
421
422
422
## FAQ
423
423
424
-
### Why should I use Feedsmith instead of alternative modules?
424
+
### Why should I use Feedsmith instead of alternative packages?
425
425
426
426
As stated in the overview section, the key advantage of Feedsmith is that it preserves the original feed structure exactly as provided in each specific feed format.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "feedsmith",
3
-
"description": "Modern JavaScript utility for parsing and generating JSON Feed, Atom, RSS, and RDF feeds, with support for Dublin Core, Syndication, iTunes, and many other popular namespaces.",
3
+
"description": "Robust and fast parser for RSS, Atom, JSON Feed, and RDF feeds, with support for iTunes, Dublin Core, and many other popular namespaces.",
0 commit comments