Skip to content

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

Notifications You must be signed in to change notification settings

addi00000/image-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks