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
- Host: GitHub
- URL: https://github.com/skalar/node-get-image-data-proxy
- Owner: Skalar
- Created: 2013-09-24T15:12:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T19:06:24.000Z (over 11 years ago)
- Last Synced: 2024-04-14T07:55:22.111Z (about 1 year ago)
- Language: CoffeeScript
- Size: 4.23 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/getImageDataThis node app may be deployed to Heroku.