mirror of
https://github.com/achesak/nim-rss
synced 2026-01-03 15:34:46 +00:00
No description
|
|
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| rss.nimble | ||
About
nim-rss is a Nim module for working with RSS.
Installation
Add the following to your {project}.nimble file:
requires "rss >= 1.1"
Usage
getRSS(url: string): RSS
fetch and parse an RSS feed from a URL
loadRSS(filename: string): RSS
read and parse a local RSS file
parseRSS(data: string): RSS
parse RSS directly from a string
License
nim-rss is released under the MIT Open Source License.