Nodejs based Image Proxy Server
Go to file
Jyotirmoy Bandyopadhayaya a74d702179
Create CONTRIBUTING.md
2021-10-01 12:13:18 +05:30
src Initial Release 2021-10-01 12:00:09 +05:30
.gitignore Initial Release 2021-10-01 12:00:09 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-10-01 12:11:06 +05:30
CONTRIBUTING.md Create CONTRIBUTING.md 2021-10-01 12:13:18 +05:30
README.md Initial Release 2021-10-01 12:00:09 +05:30
now.json Initial Release 2021-10-01 12:00:09 +05:30
package.json Initial Release 2021-10-01 12:00:09 +05:30
textbox.js Initial Release 2021-10-01 12:00:09 +05:30
yarn.lock Initial Release 2021-10-01 12:00:09 +05:30

README.md

Imgage Proxy Server

url : "https://img-proxy.vercel.app"

Proxify any image url, hide it and use anywhere.

Usage

GET https://img-proxy.vercel.app/fetch/image

Parameters(?) :-
    *key* -> base64encode(image_url)

Example :- 
    original_url = https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_960_720.jpg
    proxified_url = https://img-proxy.vercel.app/fetch/image?key=aHR0cHM6Ly9jZG4ucGl4YWJheS5jb20vcGhvdG8vMjAxNS8wNC8yMy8yMi8wMC90cmVlLTczNjg4NV85NjBfNzIwLmpwZw==

Serverless API