{"id":15168463,"url":"https://github.com/educhinski/image-processing-api","last_synced_at":"2026-02-12T05:36:07.986Z","repository":{"id":99308742,"uuid":"582543038","full_name":"educhinski/image-processing-api","owner":"educhinski","description":"A Node.js Image Processing API","archived":false,"fork":false,"pushed_at":"2023-11-16T20:05:03.000Z","size":10708,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T16:54:57.095Z","etag":null,"topics":["api","express","image-processing","jasmine","node-js","supertest","typescript","udacity"],"latest_commit_sha":null,"homepage":"","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/educhinski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-27T06:46:38.000Z","updated_at":"2022-12-27T13:08:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0a3cd24-863e-4d9b-9dab-6f0c8a48a099","html_url":"https://github.com/educhinski/image-processing-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/educhinski/image-processing-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educhinski%2Fimage-processing-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educhinski%2Fimage-processing-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educhinski%2Fimage-processing-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educhinski%2Fimage-processing-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/educhinski","download_url":"https://codeload.github.com/educhinski/image-processing-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educhinski%2Fimage-processing-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29359566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","express","image-processing","jasmine","node-js","supertest","typescript","udacity"],"created_at":"2024-09-27T06:03:50.074Z","updated_at":"2026-02-12T05:36:07.972Z","avatar_url":"https://github.com/educhinski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image-processing-api\n\nA Node.js Image Processing API, written in TypeScript.\n\nThis api receives image filename, edits images based on dimensions parsed in the query parameters, saves them and renders the resized images. It uses [sharp](https://www.npmjs.com/package/sharp) module to process the images.\n\n## Setup\n\nFirst clone the project here on github\n\n```bash\ngit clone https://github.com/educhinski/image-processing-api.git\n```\n\nInstall the dependencies\n\n```bash\nnpm install\n```\n\nRun the project locally\n\n```bash\nnpm run start\n```\n\nRun the production\n\n```bash\nnpm run start:prod\n```\n\nRun the tests\n\n```bash\nnpm run test\n```\n\nFor style enforcing and formatting\n\n```bash\nnpm run prettier \u0026\u0026 npm run lint\n```\n\n## Usage\n\nThe server will run on `localhost:3000/` and the api will be at `/api/images`\n\n### Example usage\n\nThe following are the available filename:\n\n- encenadaport\n- fjord\n- icelandwaterfall\n- palmtunnel\n- santamonica\n\nExample queries\n\nCorrect:\n\n`http://localhost:3000/api/images?filename=fjord\u0026width=300\u0026height=300`\n\nIncorrect:\n\n`http://localhost:3000/api/images?filename=fjord`\n\n`http://localhost:3000/api/images?filename=nonexistent`\n\n`http://localhost:3000/api/images?filename=fjord\u0026width=200`\n\n`http://localhost:3000/api/images?filename=fjord\u0026height=200`\n\n`http://localhost:3000/api/images?filename=fjord\u0026height=one`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduchinski%2Fimage-processing-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduchinski%2Fimage-processing-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduchinski%2Fimage-processing-api/lists"}