JS Scripting ETSY RSS Feed

While working on a one page web app for a retailer, I was challenged to both populate the retailers stock from a standard SQL database, but also integrate items from a store RSS feed on ETSY. The approach I took was to AJAX call the contents with the jQuery open source plugin zRSS feed, and then filter the contents and selectively serve and store them with JS, while styling and sizing them with CSS.

Share it