addi00000 / image-forwarder

API that takes a link to an image file and relays the data such that the end user cannont be logged by the origin server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Forwarder

API that takes a link to an image file and relays the data such that the end user cannont be logged by the origin server

API Reference

Get an image

  GET /image?url=${url}
Parameter Type Description
url string Required. The direct link to the image

Run Locally

Clone the project

  git clone https://github.com/addi00000/image-forwarder

Go to the project directory

  cd image-forwarder

Install dependencies

  npm install

Start the server

  npm run start

Demo

About

API that takes a link to an image file and relays the data such that the end user cannont be logged by the origin server

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%