A simple api for published Umbraco 6&7 content
Easily get your content from the front end using for example jquery or angular.
1) Add Tapas
2) Get content using for example
$.getJSON("/umbraco/tapas/content/getdescendantsorself/?url=/").done(function(data){console.log(data);})
(or /gettree /getnode et c)
See the Github site for more info.
Beta functionality: use the Tapas Mvc Client (separate Nuget installation) to use your Umbraco content from a vanilla MVC site.