{"id":27386272,"url":"https://github.com/igorkowalczyk/image-forwarder","last_synced_at":"2025-04-13T17:18:10.051Z","repository":{"id":182583874,"uuid":"623025245","full_name":"IgorKowalczyk/image-forwarder","owner":"IgorKowalczyk","description":"🦕 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","archived":false,"fork":false,"pushed_at":"2023-12-16T12:14:31.000Z","size":71,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-13T17:18:04.570Z","etag":null,"topics":["deno","image","image-forwarder","javascript","typescript"],"latest_commit_sha":null,"homepage":"https://image-forwarder.deno.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IgorKowalczyk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["igorkowalczyk"]}},"created_at":"2023-04-03T14:40:57.000Z","updated_at":"2024-02-01T18:16:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"1081a1f6-03ef-466d-b2b5-98b46c1ab166","html_url":"https://github.com/IgorKowalczyk/image-forwarder","commit_stats":null,"previous_names":["igorkowalczyk/image-forwarder"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorKowalczyk%2Fimage-forwarder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorKowalczyk%2Fimage-forwarder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorKowalczyk%2Fimage-forwarder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorKowalczyk%2Fimage-forwarder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgorKowalczyk","download_url":"https://codeload.github.com/IgorKowalczyk/image-forwarder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750123,"owners_count":21155687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","image","image-forwarder","javascript","typescript"],"created_at":"2025-04-13T17:18:09.355Z","updated_at":"2025-04-13T17:18:10.032Z","avatar_url":"https://github.com/IgorKowalczyk.png","language":"TypeScript","funding_links":["https://github.com/sponsors/igorkowalczyk"],"categories":[],"sub_categories":[],"readme":"![Image forwarder](https://github.com/IgorKowalczyk/image-forwarder/assets/49127376/7d1c53b7-55b3-4071-988b-a62c10a99c88)\n\n\u003cdiv align=\"center\"\u003e\n \u003ca aria-label=\"Powered by\" href=\"https://image-forwarder.deno.dev/\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=Powered%20by\u0026message=Deno\u0026color=blue\u0026logo=deno\"\u003e\n \u003c/a\u003e\n \u003ca aria-label=\"Github License\" href=\"https://github.com/igorkowalczyk/image-forwarder/blob/main/license.md\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/igorkowalczyk/image-forwarder?color=blue\u0026logo=github\u0026label=License\"\u003e\n \u003c/a\u003e\n \u003ca aria-label=\"Version\" href=\"https://github.com/igorkowalczyk/image-forwarder/releases\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/igorkowalczyk/image-forwarder?color=blue\u0026logo=github\u0026label=Version\"\u003e\n \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n## 🔩 Self Hosting\n\n1. Clone [this repository](https://github.com/igorkowalczyk/image-forwarder) `git clone https://github.com/IgorKowalczyk/image-forwarder`\n2. Run `deno task dev` to start the project in development mode or `deno task start` to run the project in production mode.\n3. Visit `http://localhost:8080` in your browser\n\n\u003e [!NOTE]\n\u003e Deno will automatically install all the project packages on the first run\n\n## 🗜️ API Usage\n\n```http\nGET https://image-forwarder.deno.dev/?url=${url}\n```\n\n| Parameter | Type     | Description                                | Required |\n| :-------- | :------- | :----------------------------------------- | :------- |\n| `url`     | `string` | URL to the image to forward                | `true`   |\n| `height`  | `number` | Height of the image if you want to resize  | `false`  |\n| `width`   | `number` | Width of the image if you want to resize   | `false`  |\n| `quality` | `number` | Quality of the image if you want to resize | `false`  |\n\n\u003e [!IMPORTANT]\n\u003e The url parameter is required and must be a valid url to an image. **Max size of the image is 10MB.**\n\n## ⁉️ Issues\n\nIf you come across any errors or have suggestions for improvements, please create a [new issue here](https://github.com/igorkowalczyk/image-forwarder/issues) and describe it clearly.\n\n## 📥 Pull Requests\n\nWhen submitting a pull request, please follow these steps:\n\n- Clone [this repository](https://github.com/igorkowalczyk/image-forwarder) `git clone https://github.com/IgorKowalczyk/image-forwarder.git`\n- Create a branch from `main` and give it a meaningful name (e.g. `my-awesome-new-feature`).\n- Open a [pull request](https://github.com/igorkowalczyk/image-forwarder/pulls) on [GitHub](https://github.com/) and clearly describe the feature or fix you are proposing.\n\n## 📋 License\n\nThis project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/image-forwarder/blob/main/license.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorkowalczyk%2Fimage-forwarder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorkowalczyk%2Fimage-forwarder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorkowalczyk%2Fimage-forwarder/lists"}