RSS feed reader possible in codea?

Just wondering if you more experienced codea guys would say an RSS feed reader is possible on Codea, I’m aware it’s possible in Corona (An other LUA engine) with JSON and a few API calls, But I’m wondering would it be possible in Codea?

Jack

I dont see why it couldnt be done. http.request() and json should do the trick.

Ah, Will have a go then :slight_smile: Wasnt sure we could use JSON in code

dkjson - https://gist.github.com/briarfox/34278e85f9767b653f2f

Cheers Mate :slight_smile: very useful indeed!