Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tbeseda/rawrjson
- Owner: tbeseda
- Created: 2011-01-29T18:27:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-29T19:40:17.000Z (almost 14 years ago)
- Last Synced: 2024-04-15T02:57:46.705Z (7 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?