{"id":15994414,"url":"https://github.com/oskarrough/cloudinary-endpoint","last_synced_at":"2025-04-05T00:16:17.762Z","repository":{"id":151238296,"uuid":"114359921","full_name":"oskarrough/cloudinary-endpoint","owner":"oskarrough","description":"A single HTTP endpoint to fetch all images from a Cloudinary account","archived":false,"fork":false,"pushed_at":"2020-10-11T17:33:17.000Z","size":127,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T08:31:52.694Z","etag":null,"topics":["cloudinary","microservice","now"],"latest_commit_sha":null,"homepage":"cloudinary-endpoint.oskar.vercel.app","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/oskarrough.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-12-15T10:43:13.000Z","updated_at":"2020-10-11T17:33:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"8162ff54-d528-42a9-97b4-5be02f1d84d4","html_url":"https://github.com/oskarrough/cloudinary-endpoint","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fcloudinary-endpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fcloudinary-endpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fcloudinary-endpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fcloudinary-endpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oskarrough","download_url":"https://codeload.github.com/oskarrough/cloudinary-endpoint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266566,"owners_count":20910837,"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":["cloudinary","microservice","now"],"created_at":"2024-10-08T07:08:50.501Z","updated_at":"2025-04-05T00:16:17.754Z","avatar_url":"https://github.com/oskarrough.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudinary Endpoint\n\n\u003e A single HTTP endpoint to fetch all images from a Cloudinary account\n\nWhy? Cloudinary requires authentication before you can fetch images. Since you don't want to do this in the front-end, this Node.js microservice authenticates for you and returns all images unfiltered as JSON.\n\nIt is a handy way to create large galleries with all the (mostly free!) advantages Cloudinary offers for responsive images, performance and image hosting. As an example, the website https://torstenmosumgaard.dk is fetching its images from https://keramik.now.sh.\n\n## How to use\n\nIf you're using [`now`](https://zeit.co/now) it is as easy as running this command:\n\n```\nnow oskarrough/cloudinary-endpoint -e CLOUD_NAME=xxx -e API_KEY=xxx -e API_SECRET=xxx\n```\n\nFind your keys in the [Cloudinary console](https://cloudinary.com/console).\n\nAlternatively (still using `now`), you can also store your keys in an `.env` file. Clone this repository, `cp .example-env .env`, add your Cloudinary keys to it and run `yarn deploy`.\n\n\u003e As long as you set the three environment variables, you should be able to deploy it to any node host.\n\n## Development\n\n- `yarn start` to start production server\n- `yarn dev` to develop\n- `yarn deploy` to deploy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskarrough%2Fcloudinary-endpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foskarrough%2Fcloudinary-endpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskarrough%2Fcloudinary-endpoint/lists"}