Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

epiqo/xml_feed_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml_feed_checker

Check multiple xml feeds with a single xpath expression

Usage

  • Create a yaml file with all your feed urls
- http://www.example.com/feed1.xml
- http://www.example.com/feed2.xml
- http://www.example.com/feed3.xml
- http://www.example.com/feed4.xml
  • Run an xpath expression against this file:
./index.js --xpath "count(//node)" --file feeds.yml

About

Check multiple xml feeds with a single xpath expression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published