Skip to content
forked from achesak/nim-rss

Nim RSS (Really Simple Syndication) module

License

Notifications You must be signed in to change notification settings

samsamros/nim-rss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Nim RSS (Really Simple Syndication) module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 100.0%