This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

This example shows how to load a syndicated feed (http://feeds.thestranger.com/stranger/slog) and display the title of its entries. The feed is loaded in a Feeder object, which takes care of fetching the entries with the load() function and checking for updates at a given interval using the startUpdate() function. In the processing loop, a new entry is fetched every 2 seconds, and its title is drawn on the canvas using the Processing text() function.

Source code: SimpleFeed

Built with Processing