emory-libraries / templating-engine

A PHP templating engine for powering a dynamic website
0 stars 0 forks source link

Adds custom `fetchFeed` helper into the handlebars engine #95

Closed laurenhamel closed 5 years ago

laurenhamel commented 5 years ago

This adds a custom fetchFeed helper into the templating engine's handlebars engine. This now allows us to pass a feed URL that will be fetched and parsed, and the feed's XML or JSON data will be returned with namespaced nodes and attributes included. Related #45.