No description
Find a file
2019-10-06 00:22:03 -04:00
src Fix for nim v1.0.0+ 2019-10-05 12:33:08 +02:00
tests Fix parsing RDF items and refacotring 2018-09-03 10:29:49 +09:00
.gitignore added test case for parsing RDF 2018-09-03 01:06:30 +09:00
LICENSE.md Update; uses types now. 2016-07-15 00:16:45 -05:00
README.md Fix for nim v1.0.0+ 2019-10-05 12:33:08 +02:00
rss.nimble Fix for nim v1.0.0+ 2019-10-05 12:33:08 +02:00

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.