{"id":16158928,"url":"https://github.com/markkos89/cocreatejs","last_synced_at":"2026-02-27T17:14:48.376Z","repository":{"id":99028851,"uuid":"387205502","full_name":"Markkos89/CoCreateJS","owner":"Markkos89","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-18T15:15:57.000Z","size":6496,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-07T02:27:39.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/Markkos89.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"CoCreate-app"}},"created_at":"2021-07-18T15:15:43.000Z","updated_at":"2021-09-08T00:59:20.000Z","dependencies_parsed_at":"2023-03-06T00:45:28.899Z","dependency_job_id":null,"html_url":"https://github.com/Markkos89/CoCreateJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Markkos89/CoCreateJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FCoCreateJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FCoCreateJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FCoCreateJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FCoCreateJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Markkos89","download_url":"https://codeload.github.com/Markkos89/CoCreateJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FCoCreateJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-10T01:55:30.564Z","updated_at":"2026-02-27T17:14:48.355Z","avatar_url":"https://github.com/Markkos89.png","language":null,"funding_links":["https://github.com/sponsors/CoCreate-app"],"categories":[],"sub_categories":[],"readme":"# CoCreateJS\n\nA simple JS component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/CoCreateJS)\n\n![minified](https://img.badgesize.io/https://cdn.cocreate.app/latest/CoCreate.min.js?style=flat-square\u0026label=minified\u0026color=orange)\n![gzip](https://img.badgesize.io/https://cdn.cocreate.app/latest/CoCreate.min.js?compression=gzip\u0026style=flat-square\u0026label=gzip\u0026color=yellow)\n![brotli](https://img.badgesize.io/https://cdn.cocreate.app/latest/CoCreate.min.js?compression=brotli\u0026style=flat-square\u0026label=brotli)\n![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreateJS?style=flat-square)\n![License](https://img.shields.io/github/license/CoCreate-app/CoCreateJS?style=flat-square)\n![Hiring](https://img.shields.io/static/v1?style=flat-square\u0026label=\u0026message=Hiring\u0026color=blueviolet)\n\n![CoCreateJS](https://cdn.cocreate.app/docs/CoCreateJS.gif)\n\n## [Docs \u0026 Demo](https://cocreate.app/docs/CoCreateJS)\n\nFor a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/CoCreateJS)\n\n## CDN\n\n```html\n\u003cscript src=\"https://cdn.cocreate.app/latest/CoCreate.min.js\"\u003e\u003c/script\u003e\n```\n\n```html\n\u003cscript src=\"https://cdn.cocreate.app/latest/CoCreate.min.css\"\u003e\u003c/script\u003e\n```\n\n## NPM\n\n```shell\n$ npm i @cocreate/cocreatejs\n\n```\n## yarn\n\n```shell\n$ yarn install @cocreate/cocreatejs\n```\n\n# Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Announcements](#announcements)\n- [Roadmap](#roadmap)\n- [How to Contribute](#how-to-contribute)\n- [About](#about)\n- [License](#license)\n\n\u003ca name=\"announcements\"\u003e\u003c/a\u003e\n\n# Announcements\n\nAll updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreateJS/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreateJS/releases). You may also subscribe to email for releases and breaking changes.\n\n\u003ca name=\"roadmap\"\u003e\u003c/a\u003e\n\n# Roadmap\n\nIf you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreateJS/issues) and [pull requests](https://github.com/CoCreate-app/CoCreateJS/pulls). We would love to hear your feedback.\n\n\u003ca name=\"about\"\u003e\u003c/a\u003e\n\n# About\n\nCoCreateJS is guided and supported by the CoCreate Developer Experience Team.\n\nPlease Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.\n\nCoCreateJS is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.\n\n\u003ca name=\"contribute\"\u003e\u003c/a\u003e\n\n# How to Contribute\n\nWe encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreateJS/blob/master/CONTRIBUTING.md) guide for details.\n\nWe want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreateJS/issues) and [pull requests](https://github.com/CoCreate-app/CoCreateJS/pulls) or merely upvote or comment on existing issues or pull requests.\n\nWe appreciate your continued support, thank you!\n\n# License\n\n[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreateJS/blob/master/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkos89%2Fcocreatejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkkos89%2Fcocreatejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkos89%2Fcocreatejs/lists"}