{"id":15007148,"url":"https://github.com/sonnyp/playhouse","last_synced_at":"2025-04-05T10:08:40.266Z","repository":{"id":45185161,"uuid":"443781853","full_name":"sonnyp/Playhouse","owner":"sonnyp","description":"Playground for HTML/CSS/JavaScript","archived":false,"fork":false,"pushed_at":"2025-03-09T18:03:27.000Z","size":651,"stargazers_count":153,"open_issues_count":7,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T10:08:35.679Z","etag":null,"topics":["desktop","flatpak","gjs","gnome","gtk","gtk4","linux","linux-app","webkitgtk"],"latest_commit_sha":null,"homepage":"https://flathub.org/apps/re.sonny.Playhouse","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonnyp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","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":null,"patreon":null,"open_collective":null,"ko_fi":"sonnyp","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-01-02T14:08:46.000Z","updated_at":"2025-03-13T07:04:51.000Z","dependencies_parsed_at":"2024-10-30T09:16:19.374Z","dependency_job_id":null,"html_url":"https://github.com/sonnyp/Playhouse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FPlayhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FPlayhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FPlayhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FPlayhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonnyp","download_url":"https://codeload.github.com/sonnyp/Playhouse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318744,"owners_count":20919484,"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":["desktop","flatpak","gjs","gnome","gtk","gtk4","linux","linux-app","webkitgtk"],"created_at":"2024-09-24T19:04:36.215Z","updated_at":"2025-04-05T10:08:40.245Z","avatar_url":"https://github.com/sonnyp.png","language":"JavaScript","funding_links":["https://ko-fi.com/sonnyp"],"categories":[],"sub_categories":[],"readme":"\u003cimg style=\"vertical-align: middle;\" src=\"data/icons/re.sonny.Playhouse.svg\" width=\"120\" height=\"120\" align=\"left\"\u003e\n\n# Playhouse\n\nPlayground for HTML/CSS/JavaScript\n\n![screenshot](data/screenshot.png)\n\n\u003ca href='https://flathub.org/apps/re.sonny.Playhouse'\u003e\u003cimg width='240' height='80' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.svg'/\u003e\u003c/a\u003e\n\n## About\n\nPlayhouse make it easy to prototype, teach, design, learn and build Web things.\n\nFeatures:\n\n- HTML/CSS/JavaScript editors\n- live Web preview\n- auto-save\n- standard keyboard shortcuts\n- developer tools\n- dark/light mode support\n\n## Tips an tricks\n\n### How can I use a library?\n\nUse https://unpkg.com/ and dynamic imports in the `JavaScript` panel.\n\n```js\n// Example of loading a library that supports ES modules\nimport(\"https://unpkg.com/date-fns@2.29.3/esm/index.js?module\")\n  .then((datefns) =\u003e {\n    console.log(datefns.add(new Date(), { days: 2 }));\n  })\n  .catch(console.error);\n\n// Example of loading a library that registers on the global object\nimport(\"https://unpkg.com/jquery@3.6.1/dist/jquery.js\")\n  .then(() =\u003e {\n    $(\"p\").hide();\n  })\n  .catch(console.error);\n```\n\n## Development\n\nUse [GNOME Builder](https://apps.gnome.org/app/org.gnome.Builder/).\n\nPress Ctrl+Shift+D for the GTK inspector.\n\n## Credits\n\nPlayhouse would not be possible without\n\nGTK, GLib, Flatpak, GtkSourceView, libadwaita, GJS, Blueprint, WebkitGTK\n\nand the GNOME community 🖤\n\n## Copyright\n\n© 2022 [Sonny Piers](https://github.com/sonnyp)\n\n## License\n\nGPLv3. Please see [COPYING](COPYING) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnyp%2Fplayhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonnyp%2Fplayhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnyp%2Fplayhouse/lists"}