{"id":22070910,"url":"https://github.com/ivanclay/playground","last_synced_at":"2026-05-11T02:19:53.861Z","repository":{"id":159229221,"uuid":"529433728","full_name":"ivanclay/playground","owner":"ivanclay","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-16T22:13:39.000Z","size":84900,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T19:14:46.849Z","etag":null,"topics":["css","html","javascript"],"latest_commit_sha":null,"homepage":"","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/ivanclay.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":"2022-08-26T23:45:32.000Z","updated_at":"2025-03-16T22:13:42.000Z","dependencies_parsed_at":"2025-03-15T11:34:37.866Z","dependency_job_id":null,"html_url":"https://github.com/ivanclay/playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivanclay/playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanclay","download_url":"https://codeload.github.com/ivanclay/playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fplayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32878475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["css","html","javascript"],"created_at":"2024-11-30T20:19:48.775Z","updated_at":"2026-05-11T02:19:53.843Z","avatar_url":"https://github.com/ivanclay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cstyle\u003e\n    /* body{\n        background-color: #333;\n    } */\n\n    ul {\n    counter-reset: li; \n    list-style: none; \n    padding: 0;\n    text-shadow: 0 1px 0 rgba(255,255,255,.5);\n    }\n\n    ul a {\n    position: relative;\n    display: block;\n    padding: .4em .4em .4em .8em;\n    margin: .5em 0 .5em 2.5em;\n    background: #D3D4DA;\n    color: #444;\n    text-decoration: none;\n    transition: all .3s ease-out;\n    }\n\n    ul a:hover {background: #DCDDE1;}       \n    ul a:before {\n    content: counter(li);\n    counter-increment: li;\n    position: absolute;\n    left: -2.5em;\n    top: 50%;\n    margin-top: -1em;\n    background: #f9dd94;\n    height: 2em;\n    width: 2em;\n    line-height: 2em;\n    text-align: center;\n    font-weight: bold;\n    }\n\n    ul a:after {\n    position: absolute;\n    content: \"\";\n    border: .5em solid transparent;\n    left: -1em;\n    top: 50%;\n    margin-top: -.5em;\n    transition: all .3s ease-out;\n    }\n\n    ul a:hover:after {\n    left: -.5em;\n    border-left-color: #f9dd94;\n    }\n\u003c/style\u003e\n\n\u003c!-- # Programming Playground --\u003e\n\n\u003cul\u003e\n \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/extract-text-from-image\"\u003eExtract Text from Image\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/speech-recognition\"\u003e\n    Speech Recognition in JS\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/text-file-to-speech-js\"\u003eText File to Speech in JS\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/text-to-speech-js\"\u003eText to Speech in JS\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/letter-words-counter\"\u003eLetter and Words Counter\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/tictactoe-game\"\u003eTic-Tac-Toe\u003c/a\u003e\u003c/li\u003e\n    \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/memory-game\"\u003eMemory Game\u003c/a\u003e\u003c/li\u003e\n    \u003c!-- \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/weather-app\"\u003eWeather\u003c/a\u003e\u003c/li\u003e --\u003e\n    \u003c!-- \u003cli class=\"\"\u003e\u003ca href=\"https://ivanclay.github.io/playground/churrascometro\"\u003echurrascometro\u003c/a\u003e\u003c/li\u003e --\u003e\n\u003c/ul\u003e\n\n\n\u003c!-- - [Speech Recognition in JS](https://ivanclay.github.io/playground/speech-recognition)\n- [Text File to Speech in JS](https://ivanclay.github.io/playground/text-file-to-speech-js)\n- [Text to Speech in JS](https://ivanclay.github.io/playground/text-to-speech-js)\n- [Letter and Words Counter](https://ivanclay.github.io/playground/letter-words-counter)\n- [Tic-Tac-Toe](https://ivanclay.github.io/playground/tictactoe-game)\n- [Memory Game](https://ivanclay.github.io/playground/memory-game)\n- [churrascometro](https://ivanclay.github.io/playground/churrascometro) --\u003e\n\u003c!-- - [Video Controller](https://ivanclay.github.io/playground/video-controller) --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanclay%2Fplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanclay%2Fplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanclay%2Fplayground/lists"}