{"id":18795357,"url":"https://github.com/duckthom/node-image","last_synced_at":"2026-04-29T15:35:59.628Z","repository":{"id":88680054,"uuid":"94555773","full_name":"DuckThom/node-image","owner":"DuckThom","description":"A simple image sharing server written for node.","archived":false,"fork":false,"pushed_at":"2018-10-02T19:12:13.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T16:50:47.207Z","etag":null,"topics":["image-upload","node-js","nodejs"],"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/DuckThom.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-16T15:11:32.000Z","updated_at":"2018-10-02T19:12:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"6349a251-12a2-41d2-bfab-79157119dc71","html_url":"https://github.com/DuckThom/node-image","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DuckThom/node-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnode-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnode-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnode-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnode-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckThom","download_url":"https://codeload.github.com/DuckThom/node-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fnode-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["image-upload","node-js","nodejs"],"created_at":"2024-11-07T21:33:40.274Z","updated_at":"2026-04-29T15:35:59.610Z","avatar_url":"https://github.com/DuckThom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-image\n---\n\nA simple node app for image uploading and serving.\n\n## How to use\n\n- Uploading\n\n1. (optional but recommended) Set an api key in `./keys.json`.\n\n2. Send a post request to `/upload` with the image file in the `image` parameter and API key in the `key` parameter if necessary.\n\n3. Viewing url is in the response.\n\nExample: `curl -X POST -F image=@\"/path/to/png/image.png\" https://img.example.com/upload?key=some-api-key`\n\n\n- Viewing\n\n1. Go to `/view/:imageName` where `:imageName` is the name of a file in `./public/images`.\n\n\n## API Key file\n\n```json\n[\n    {\n        \"value\": \"This is where the API key goes\",\n        \"name\": \"(optional) A name for the thing that will use the key for identification\"\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckthom%2Fnode-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckthom%2Fnode-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckthom%2Fnode-image/lists"}