Library to convert GeoRSS Tag into GeoJSON Feature.
You need to convert your GeoRss tag with xml-js module and pass the tag to this module.
RssToGeoJson.convert(xmlJson)
See exemples/index.js
for featured exemple.
For the moment, this module support only <georss:polygon>
tag.