AJAX Feed API Story: Fetch and filter Feed in web browser
As a Zero application programmer, I want to fetch remote feed, filter content by keywords and date range, then render them in an HTML page in Javascript ONLY. So that I can save efforts on programming and time cost to work out a data mashup application.
Details
- In browser side, only dojo is required in this AJAX Feed API.
- In server side, you need to start a Zero application which depends zero.assemble.flow
- Only few lines of Javascript code is enough.
- Programmer could access result feed data over DOM API.