We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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) })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
})
The text was updated successfully, but these errors were encountered: