rss-parser-lib
RSS Feed Parser API.
vsersion 0
Some implemeted APIs:
- ABC
- Bloomberg
- CNN
- CNBC
- Market
- NBC
You can add your custom API by extending the abstrcat class RSSParser
and the POJO News
class.
Maven dependency :
<groupId>com.github.faroukbengharssallah</groupId>
<artifactId>rss-parser-lib</artifactId>
<version>0</version>
vsersion 1
Some implemeted APIs:
- CNBC
You can add your custom API by extending eitrh the abstrcat class RSSParser
or JSRSSParser
and the POJO News
class.
Maven dependency :
<groupId>com.github.faroukbengharssallah</groupId>
<artifactId>rss-parser-lib</artifactId>
<version>1</version>