Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to watch content chage #9

Open
uppalapati41 opened this issue Feb 25, 2015 · 0 comments
Open

Not able to watch content chage #9

uppalapati41 opened this issue Feb 25, 2015 · 0 comments

Comments

@uppalapati41
Copy link

Hello i tried rss-watcher but was not able to get any new change. Can anyone just guide me.

Here is my sample code

Is this correct?? [Not able to watch]

feed = 'http://github.com/nikezono.atom'
watcher = new Watcher({feed:feed, interval: 2000 })
watcher.on('new article',function(article){
console.log(article)
})
watcher.run(function(article){
console.log(article)
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant