How to use the feed.feed.bind function in feed

To help you get started, we’ve selected a few feed examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github twigjs / twig.js / demos / twitter_backbone / js / view / feedView.js View on Github external
, initialize: function() {
                    // Bind to model changes
                    feed.bind('add',   this.addTweet, this);
                    feed.bind('reset', this.addAll,   this);

                    // Load stored tweets from local storage
                    feed.fetch();
                }
github twigjs / twig.js / demos / twitter_backbone / js / view / feedView.js View on Github external
, initialize: function() {
                    // Bind to model changes
                    feed.bind('add',   this.addTweet, this);
                    feed.bind('reset', this.addAll,   this);

                    // Load stored tweets from local storage
                    feed.fetch();
                }

feed

Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!

MIT
Latest version published 3 years ago

Package Health Score

64 / 100
Full package analysis