{"id":16405702,"url":"https://github.com/umut-sahin/javascript-examples","last_synced_at":"2026-05-18T10:09:34.134Z","repository":{"id":145635103,"uuid":"198841467","full_name":"umut-sahin/javascript-examples","owner":"umut-sahin","description":"Collection of examples in JavaScript to show how to get things done in an idiomatic way","archived":false,"fork":false,"pushed_at":"2019-08-15T23:00:34.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T19:24:51.974Z","etag":null,"topics":["examples","idiomatic","javascript","node"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/umut-sahin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-25T13:56:19.000Z","updated_at":"2019-09-11T11:11:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebd2fea1-8271-47a7-b7dd-3727bbdd3da1","html_url":"https://github.com/umut-sahin/javascript-examples","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"b47b947ae963ec2ae096676d93d4dbaafbbce99e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/umut-sahin/javascript-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umut-sahin%2Fjavascript-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umut-sahin%2Fjavascript-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umut-sahin%2Fjavascript-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umut-sahin%2Fjavascript-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umut-sahin","download_url":"https://codeload.github.com/umut-sahin/javascript-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umut-sahin%2Fjavascript-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["examples","idiomatic","javascript","node"],"created_at":"2024-10-11T06:07:02.615Z","updated_at":"2026-05-18T10:09:34.107Z","avatar_url":"https://github.com/umut-sahin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eJavaScript Examples\u003c/h1\u003e\n  Collection of examples in \u003ca href=\"https://en.wikipedia.org/wiki/JavaScript\"\u003eJavaScript\u003c/a\u003e to show how to get things done in an idiomatic way\n\u003c/div\u003e\n\n## Installing\n\nYou need to have [Node.js] **v10.0.0** or higher installed to run the examples.\n\nSome examples depend on [npm] packages so, make sure you install everything before trying to run the examples.\nYou can do this with the following commands.\n\n```\n$ git clone https://github.com/umut-sahin/javascript-examples.git\n$ cd javascript-examples\n$ npm install\n```\n\n## Running a specific example\n\n```\n$ npm run -s \u003cexample-name\u003e\n```\n\nAlso, you can pass arguments like so\n\n```\n$ npm run -s \u003cexample-name\u003e -- [arguments...]\n```\n\n## Available examples\n\n- [brainfuck-interpreter]\n- [command-line-arguments]\n- [http-hello-world-server]\n- [read-from-console]\n- [tcp-echo-server]\n- [timers]\n- [write-to-console]\n\n## Changelog\n\nSee [CHANGELOG].\n\n## License\n\nThis repository is released under [MIT license].\nPlease see [LICENSE] for details.\n\n## Contributing\n\nContributions are welcome!\nPlease see [CONTRIBUTING] for guidance.\n\n## Authors\n\nSee [AUTHORS].\n\n\n[//]: # (Links)\n\n[AUTHORS]:\n  https://github.com/umut-sahin/javascript-examples/blob/master/AUTHORS.md\n[brainfuck-interpreter]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/brainfuck-interpreter\n[CHANGELOG]:\n  https://github.com/umut-sahin/javascript-examples/blob/master/CHANGELOG.md\n[command-line-arguments]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/command-line-arguments\n[CONTRIBUTING]:\n  https://github.com/umut-sahin/javascript-examples/blob/master/CONTRIBUTING.md\n[http-hello-world-server]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/http-hello-world-server\n[LICENSE]:\n  https://github.com/umut-sahin/javascript-examples/blob/master/LICENSE\n[MIT License]:\n  https://tldrlegal.com/license/mit-license\n[Node.js]:\n  https://nodejs.org/\n[npm]:\n  https://www.npmjs.com/\n[read-from-console]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/read-from-console\n[tcp-echo-server]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/tcp-echo-server\n[timers]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/timers\n[write-to-console]:\n  https://github.com/umut-sahin/javascript-examples/tree/master/write-to-console\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumut-sahin%2Fjavascript-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumut-sahin%2Fjavascript-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumut-sahin%2Fjavascript-examples/lists"}