Browsing index pages (2 articles)
↧
RSS subscription implementation on express server
I'm setting up a node.js server that subscribes to an RSS feed. When a new item is published to the feed, I want the server to parse that information and pass it to an API which will alert end users....
View ArticleAnswer by Josh Sharkey for RSS subscription implementation on express server
Couple of things I learned:RSS Feeds don't send information. If you want to subscribe to one, you need to make the requests on an interval and parse new information: Subscribe to an RSS FeedAny...
View Article
Browsing index pages (2 articles)