{"id":21462950,"url":"https://github.com/buzzcosm/ztm-course-exercises-nodejs-modules-example","last_synced_at":"2026-05-11T16:37:29.722Z","repository":{"id":260344914,"uuid":"881031627","full_name":"buzzcosm/ztm-course-exercises-nodejs-modules-example","owner":"buzzcosm","description":"Own Modules Example as Node.js Exercise","archived":false,"fork":false,"pushed_at":"2024-10-30T22:29:59.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T05:14:33.956Z","etag":null,"topics":["ecmascript","javascript","module","nodejs","require","ztm","ztm-course-exercises"],"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/buzzcosm.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":"2024-10-30T19:46:13.000Z","updated_at":"2024-10-30T22:30:03.000Z","dependencies_parsed_at":"2025-01-23T14:41:39.904Z","dependency_job_id":"f1af210b-c402-4e26-ab3f-6b83d14ad7fe","html_url":"https://github.com/buzzcosm/ztm-course-exercises-nodejs-modules-example","commit_stats":null,"previous_names":["buzzcosm/ztm-course-exercises-nodejs-modules-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buzzcosm/ztm-course-exercises-nodejs-modules-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzcosm%2Fztm-course-exercises-nodejs-modules-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzcosm%2Fztm-course-exercises-nodejs-modules-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzcosm%2Fztm-course-exercises-nodejs-modules-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzcosm%2Fztm-course-exercises-nodejs-modules-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buzzcosm","download_url":"https://codeload.github.com/buzzcosm/ztm-course-exercises-nodejs-modules-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzcosm%2Fztm-course-exercises-nodejs-modules-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903746,"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":["ecmascript","javascript","module","nodejs","require","ztm","ztm-course-exercises"],"created_at":"2024-11-23T07:18:01.246Z","updated_at":"2026-05-11T16:37:29.699Z","avatar_url":"https://github.com/buzzcosm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Own Modules Example\n\n`ZTM` Udemy Course - [Complete NodeJS Developer](https://www.udemy.com/course/complete-nodejs-developer-zero-to-mastery).\n\n## Prerequisite\n\n- `Node.js` is installed ⚡\n- Prefered Code-Editor/IDE is installed (For example: `vscode`) ✍\n- Terminal is ready 😎\n\n## Description\n\nShowcase for own `https` module.\n\n\u003e Run (console)\n\n```\nnode js-module/https.js\n```\n\n\u003e Result (console)\n\n```\nsending encrypted data to https://google.com\ndecrypted data\n```\n\n### [Ryan Dahl](https://en.wikipedia.org/wiki/Ryan_Dahl#:~:text=Ryan%20Dahl%20(born%201981)%20is,the%20Deno%20JavaScript%2FTypeScript%20runtime.\u0026text=Dahl%20(2010%3B%20age%2029).)\n\n[![YouTube - 10 Things I Regret About Node.js - Ryan Dahl - JSConf EU](http://img.youtube.com/vi/M3BM9TB-8yA/0.jpg)](http://www.youtube.com/watch?v=M3BM9TB-8yA)\n\n\u003c!-- \n\u003ca href=\"http://www.youtube.com/watch?feature=player_embedded\u0026v=M3BM9TB-8yA\" target=\"_blank\"\u003e\n  \u003cimg src=\"http://img.youtube.com/vi/M3BM9TB-8yA/0.jpg\" alt=\"10 Things I Regret About Node.js - Ryan Dahl - JSConf EU\" width=\"240\" height=\"180\" border=\"10\" /\u003e\n\u003c/a\u003e --\u003e\n\n## Useful references\n\n- [Node.js Docs - Modules: CommonJS modules](https://nodejs.org/api/modules.html#modules_modules_commonjs_modules)\n- [Mozilla - import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)\n- [Mozilla - export](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export)\n- [Node.js Docs - How The require Function Finds Modules](https://nodejs.org/api/modules.html#modules_all_together)\n- [Stack Overflow - How can I embed a YouTube video on GitHub wiki pages?](https://stackoverflow.com/questions/11804820/how-can-i-embed-a-youtube-video-on-github-wiki-pages)\n- [GitHub - YouTube Videos](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#youtube-videos)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzcosm%2Fztm-course-exercises-nodejs-modules-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzzcosm%2Fztm-course-exercises-nodejs-modules-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzcosm%2Fztm-course-exercises-nodejs-modules-example/lists"}