{"id":34721655,"url":"https://github.com/cloudinary/media-management-js","last_synced_at":"2026-05-27T05:33:44.208Z","repository":{"id":57762918,"uuid":"512701048","full_name":"cloudinary/media-management-js","owner":"cloudinary","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-21T14:49:43.000Z","size":22591,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-13T09:18:10.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cloudinary.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-11T09:52:45.000Z","updated_at":"2023-08-21T10:27:20.000Z","dependencies_parsed_at":"2022-08-22T17:50:19.960Z","dependency_job_id":null,"html_url":"https://github.com/cloudinary/media-management-js","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cloudinary/media-management-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fmedia-management-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fmedia-management-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fmedia-management-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fmedia-management-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudinary","download_url":"https://codeload.github.com/cloudinary/media-management-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fmedia-management-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33553124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":[],"created_at":"2025-12-25T01:48:27.112Z","updated_at":"2026-05-27T05:33:44.200Z","avatar_url":"https://github.com/cloudinary.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cloudinary Media Management JS SDK\n=========================\n## About\nThe Cloudinary Media Management JS SDK allows you to quickly and easily integrate your application with Cloudinary.\nEffortlessly upload and manage your cloud's assets.\n\n#### Note\nThis Readme provides basic installation and usage information.\nFor the complete documentation, see the [Media Management SDK Guide](https://cloudinary.com/documentation/media_management_api).\n\n## Table of Contents\n- [Version Support](#Version-Support)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [Setup](#Setup)\n    - [Upload](#Upload)\n- [Contributions](#Contributions)\n- [Get Help](#Get Help)\n\n## Version Support\n| SDK Version     | node 14-16 |\n|-----------------|------------|\n| 0.1.0-beta \u0026 up | V          |\n\n\n## Installation\n```bash\nnpm install @cloudinary/media-management\n```\n\n# Usage\n### Setup\n```js\n// Import the Media Management library\nimport cloudinaryMM from '@cloudinary/media-management';\n\n// Config\ncloudinaryMM.config({\n  cloud_name: 'my_mm_cloud_name',\n  api_key: 'my_mm_key',\n  api_secret: 'my_mm_secret'\n});\n```\n\n### Upload\n```js\ncloudinaryMM.uploader.upload(\"/home/my_image.jpg\").then((result) =\u003e {\n    console.log(result)\n});\n```\n\n## Contributions\n- Ensure tests run locally (add test command)\n- Open a PR and ensure Travis tests pass\n\n\n## Get Help\nIf you run into an issue or have a question, you can either:\n- Issues related to the SDK: [Open a Github issue](https://github.com/cloudinary/media-management-js/issues).\n- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact)\n\n\n## About Cloudinary\nCloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.\n\n## Licence\nReleased under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fmedia-management-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudinary%2Fmedia-management-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fmedia-management-js/lists"}