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

https://github.com/joedborg/jsonproxy

A proxy server to wrap JSON responses into JSONP to allow cross domain requests
https://github.com/joedborg/jsonproxy

Last synced: 8 months ago
JSON representation

A proxy server to wrap JSON responses into JSONP to allow cross domain requests

Awesome Lists containing this project

README

          

JSONProxy
=========

JSONProxy allows you to proxy APIs that only support JSON to support JSONP.

TODO
----
- Add support for all request methods
- Add CLI arguments