Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbeseda/rawrjson

JSON proxy with JSONp compatibility
https://github.com/tbeseda/rawrjson

Last synced: 5 days ago
JSON representation

JSON proxy with JSONp compatibility

Awesome Lists containing this project

README

        

# RAWR

## Get you some JSON
A simple Sinatra application that takes a url and callback (optional) parameter and returns the requested JSON.
Perfect for rapidly building client-side js applications that utilize JSON data from external services.
Plays nicely with jQuery's `$.getJSON()`.
Also, set up to be easily deployed to [Heroku](http://heroku.com).

### Try it
[hit it on heroku](http://rawrjson.heroku.com/?url=http://twitter.com/status/user_timeline/tbeseda.json&callback=RAWR)

### TODO
* lots
* throttling
* better MIME type?