Registry / networking / slymarbo-rss

slymarbo-rss

JSON →
library1.0.5gogounverified

Package rss is a small library for simplifying the parsing of RSS and Atom feeds.

go get github.com/SlyMarbo/rss
INSTALL
IMPORT
SIG · SLYMARBO-RSS
S
slymarbo-rss
networkinggov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rss
github.com/SlyMarbo/rss

Fetch and parse an RSS feed

package main import ( "fmt" "github.com/SlyMarbo/rss" ) func main() { feed, err := rss.Fetch("https://example.com/feed.xml") if err != nil { panic(err) } fmt.Println(feed.Title) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
slymarbo-rss — go get slymarbo-rss · libregistry