Simple JSON Proxy for NodeJS
An example of how to run your own little proxy server.
What is JSONPify? It's a simple way to access feeds and web services from a client based web application.
An example of how to run your own little proxy server.
I don’t have any immediate plans for taking my service down, but I really recommend using YQL, if you are serious about client based proxying. What a great service. And you know Yahoo! isn’t going anywhere + they have the whole scalability bandwidth thing goin’ on.
Load an RSS feed using jQuery’s .getJSON() function.
Usage is simple. Make a GET request to:
http://jsonpify.com/api?url=XXX&format=xml&jsonp=mycallback
url: the URL of the web service. Use encodeURIComponent if you are passing along parameters.
format: json (default), xml, text
jsonp: your jsonp callback. default: jsonp()
Trying to run this as a free service, unless it gets abused (“That’s why we can’t have nice things…”).