{"id":16441184,"url":"https://github.com/mayashavin/cloudinary-api","last_synced_at":"2025-10-10T15:43:59.616Z","repository":{"id":39888575,"uuid":"312489155","full_name":"mayashavin/cloudinary-api","owner":"mayashavin","description":"Shorter and lighter APIs for Cloudinary","archived":false,"fork":false,"pushed_at":"2023-02-21T21:30:57.000Z","size":1745,"stargazers_count":54,"open_issues_count":13,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T00:39:16.994Z","etag":null,"topics":["cloudinary","cloudinary-api","cloudinary-sdk","image","images","javascript","video","videos"],"latest_commit_sha":null,"homepage":"https://cloudinary-build-url.netlify.app/","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/mayashavin.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":"2020-11-13T06:13:46.000Z","updated_at":"2025-03-05T03:42:00.000Z","dependencies_parsed_at":"2024-06-18T15:17:22.169Z","dependency_job_id":"a9ecfc62-391c-403d-842f-aa0000ef2c5e","html_url":"https://github.com/mayashavin/cloudinary-api","commit_stats":{"total_commits":110,"total_committers":11,"mean_commits":10.0,"dds":"0.31818181818181823","last_synced_commit":"23b18d683dbe5d1d1d47c5a468803560f48f18e4"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayashavin%2Fcloudinary-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayashavin%2Fcloudinary-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayashavin%2Fcloudinary-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayashavin%2Fcloudinary-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayashavin","download_url":"https://codeload.github.com/mayashavin/cloudinary-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978669,"owners_count":21834910,"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","cloudinary-api","cloudinary-sdk","image","images","javascript","video","videos"],"created_at":"2024-10-11T09:14:00.242Z","updated_at":"2025-10-10T15:43:59.542Z","avatar_url":"https://github.com/mayashavin.png","language":"TypeScript","readme":"# Cloudinary tree-shakable API\n\n\u003e A set of lighter packages for using Cloudinary\n\n## `cloudinary-build-url`\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\nBuild URL for images and videos based on configurations.\n\n[📖\u0026nbsp; Documentation](https://cloudinary-build-url.netlify.app)\n\n[💻\u0026nbsp; Codebase](https://github.com/mayashavin/cloudinary-api/tree/main/packages/url)\n\n[✊\u0026nbsp; Coding coverage status](https://mayashavin.github.io/cloudinary-api/)\n\n```\nimport { buildUrl } from 'cloudinary-build-url'\n\nconst src = buildUrl('example', {\n  cloud: {\n    cloudName: 'demo',\n  },\n  transformations: {\n    resize: {\n      type: 'scale',\n      width: 500,\n      height: 500,\n      aspectRatio: \"16:9\"\n    }\n  }\n})\n\nconsole.log(src)\n```\n\n## Installation\n\nTo use `cloudinary-build-url`:\n\n```bash\nnpm i cloudinary-build-url\n\n#OR\nyarn add cloudinary-build-url\n```\n\n## Use with TypeScript\n\ncloudinary-build-url supports TypeScript. In order to start using the lib with TypeScript, please install `@cld-apis/types` as devDependencies.\n\n```bash\nnpm i -D @cld-apis/types\n\n#OR\n\nyarn add -D @cld-apis/types\n```\n\n## Supporting packages\n\n### `@cld-apis/utils`\n\nConstants for transformations used in Cloudinary APIs, and other helper functionalities.\n\n### `@cld-apis/types`\n\nDefined types used in `cloudinary-build-url` for TypeScript\n\n## Vue-cli plugin - `vue-cli-plugin-cloudinary-api`\n\nCloudinary API plugin for Vue-cli created projects\n\nMaintained by [Maya Shavin](https://github.com/mayashavin)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/cloudinary-build-url/latest.svg\n[npm-version-href]: https://npmjs.com/package/cloudinary-build-url\n[npm-downloads-src]: https://img.shields.io/npm/dt/cloudinary-build-url.svg\n[npm-downloads-href]: https://npmjs.com/package/cloudinary-build-url\n[codecov-src]: https://codecov.io/gh/mayashavin/cloudinary-api/branch/main/graph/badge.svg?token=S8V8GIDYPC\n[codecov-href]: https://codecov.io/gh/mayashavin/cloudinary-api\n[license-src]: https://img.shields.io/npm/l/cloudinary-build-url.svg\n[license-href]: https://npmjs.com/package/cloudinary-build-url\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayashavin%2Fcloudinary-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayashavin%2Fcloudinary-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayashavin%2Fcloudinary-api/lists"}