[ALOY-1291] RSS sync adapter
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Models |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Bruce Wayne |
| Created | 2015-07-10T14:36:35.000+0000 |
| Updated | 2015-07-10T14:39:13.000+0000 |
Description
Reading in an RSS feed is a common use case. It would be good to have a read-only RSS sync adapter so people can use data binding.
The RSS sample app actually has one we could use:
https://github.com/appcelerator-developer-relations/Sample.RSS/blob/stable/app/lib/alloy/sync/rss.js
PR on master: https://github.com/appcelerator/alloy/pull/707