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

https://github.com/skalar/node-get-image-data-proxy

get-image-data-proxy
https://github.com/skalar/node-get-image-data-proxy

Last synced: 3 months ago
JSON representation

get-image-data-proxy

Awesome Lists containing this project

README

        

# Get Image Data Proxy

Node HTTP server used as a backend / proxy for fetching images via JSONP
for browsers which do not support CORS set on images.

Takes two get params `url` to the image and `callback` for JSONP.
HTTP server streams image, base64 encodes it together with the JSONP related parts.

Could be used together with something like for instance
https://github.com/betamax/getImageData

This node app may be deployed to Heroku.