{"id":18098505,"url":"https://github.com/danieloneill/jsiterminal","last_synced_at":"2026-02-15T18:32:09.335Z","repository":{"id":89578100,"uuid":"200575997","full_name":"danieloneill/jsiterminal","owner":"danieloneill","description":"Extremely simple JSI component to accept keyboard input on a Linux terminal","archived":false,"fork":false,"pushed_at":"2019-08-05T03:33:20.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-03T21:46:36.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/danieloneill.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":"2019-08-05T03:30:21.000Z","updated_at":"2019-08-05T03:33:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"33705c14-a827-4346-b615-8716f9167781","html_url":"https://github.com/danieloneill/jsiterminal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danieloneill/jsiterminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2Fjsiterminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2Fjsiterminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2Fjsiterminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2Fjsiterminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieloneill","download_url":"https://codeload.github.com/danieloneill/jsiterminal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2Fjsiterminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: 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-31T20:11:31.320Z","updated_at":"2026-02-15T18:32:09.312Z","avatar_url":"https://github.com/danieloneill.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsiterminal\nExtremely simple JSI component to accept keyboard input on a Linux terminal\n\n## Installation:\n\n```\nmake \u0026\u0026 sudo make install\n```\n\n## Usage:\n\n```\nrequire('Terminal');\n\nvar stdin = new Terminal();\nwhile(1)\n{\n    System.update(50);\n    var ch = stdin.read();\n    while( ch \u0026\u0026 ch.length \u003e 0 )\n    {\n        puts(\"I got a key: \" + ch);\n        ch = stdin.read();\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieloneill%2Fjsiterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieloneill%2Fjsiterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieloneill%2Fjsiterminal/lists"}