IgorKowalczyk / image-forwarder

πŸ¦• Deno API that takes the image from a link and transmits the data so that the end user cannot be logged by the origin server

Home Page:https://image-forwarder.deno.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image forwarder



πŸ¦• Deno API that takes the image from a link and transmits the data so that the end user cannot be logged by the origin server

πŸ”© Self Hosting

  1. Clone this repository git clone https://github.com/IgorKowalczyk/image-forwarder
  2. Run deno task dev to start the project in development mode or deno task start to run the project in production mode.
  3. Visit http://localhost:8080 in your browser

Warning: Deno will automatically install all the project packages on the first run

πŸ—œοΈ API Usage

GET https://image-forwarder.deno.dev/?url=${url}

Note: The url parameter is required and must be a valid url to an image. Max size of the image is 10MB.

Parameter Type Description
url string URL to the image to forward (Required)

⁉️ Issues

If you come across any errors or have suggestions for improvements, please create a new issue here and describe it clearly.

πŸ“₯ Pull Requests

When submitting a pull request, please follow these steps:

  • Clone this repository https://github.com/IgorKowalczyk/image-forwarder.git
  • Create a branch from main and give it a meaningful name (e.g. my-awesome-new-feature).
  • Open a pull request on GitHub and clearly describe the feature or fix you are proposing.

πŸ“‹ License

This project is licensed under the MIT. See the LICENSE file for details

About

πŸ¦• Deno API that takes the image from a link and transmits the data so that the end user cannot be logged by the origin server

https://image-forwarder.deno.dev/

License:MIT License


Languages

Language:TypeScript 100.0%