{"id":24839700,"url":"https://github.com/steveoversea/imageprocessingapi","last_synced_at":"2025-06-19T04:09:47.742Z","repository":{"id":202837770,"uuid":"364488380","full_name":"SteveOverSea/ImageProcessingAPI","owner":"SteveOverSea","description":"Udacity Full Stack Javascript Project: API for resizing uploaded images","archived":false,"fork":false,"pushed_at":"2021-05-06T14:46:34.000Z","size":11697,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T05:13:11.650Z","etag":null,"topics":["image-processing","nanodegree-project","sharp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SteveOverSea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-05-05T07:00:23.000Z","updated_at":"2024-03-28T20:08:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9bf0404-4e4d-4d9c-84d2-223823a452d2","html_url":"https://github.com/SteveOverSea/ImageProcessingAPI","commit_stats":null,"previous_names":["steveoversea/imageprocessingapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SteveOverSea/ImageProcessingAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveOverSea%2FImageProcessingAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveOverSea%2FImageProcessingAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveOverSea%2FImageProcessingAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveOverSea%2FImageProcessingAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteveOverSea","download_url":"https://codeload.github.com/SteveOverSea/ImageProcessingAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveOverSea%2FImageProcessingAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260684209,"owners_count":23046105,"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":["image-processing","nanodegree-project","sharp"],"created_at":"2025-01-31T06:48:59.395Z","updated_at":"2025-06-19T04:09:42.722Z","avatar_url":"https://github.com/SteveOverSea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Processing API\n\nThis project is part of the Udacity Full Stack JavaScript Nanodegree.\nThe task was to build an API that returns requested image files with a certain width and height specified by the query parameters of the request.\n\nTechnologies:\n* TypeScript\n* Express\n* Express-FileUpload (File-Upload Middleware)\n* ESLint \u0026 Prettier\n* Jasmine \u0026 Supertest\n* Sharp (Image Processing)\n\n## Install\n\nInstall all the modules\n\n```\nnpm install\n```\n\nStart the server which will also build the TypeScript fuils and start nodemon\n\n```\nnpm run start-build\n```\n\nGo to localhost:3000 to see  the index.html file, where you can upload an image or send an API request via the HTML form\n\nRun the test-suite with\n\n```\nnpm run test\n```\n\n\n## API Request\n\nThe query uses following template\n\n```\nlocalhost:3000/api/image?\n    filename={requested_filename}\n    \u0026width={requested_width}\n    \u0026height={requested_height}\n```\n\n## Processed Images\n\nAlready processed images can be accessed through the same format as the API request.\n\nThe images itself are saved as {filename}{width}x{height}.{ext}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveoversea%2Fimageprocessingapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteveoversea%2Fimageprocessingapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveoversea%2Fimageprocessingapi/lists"}