{"id":22775010,"url":"https://github.com/hozlucas28/nodejs-course-i-2023","last_synced_at":"2026-05-06T15:44:18.576Z","repository":{"id":187104658,"uuid":"675940656","full_name":"hozlucas28/NodeJS-Course-I-2023","owner":"hozlucas28","description":"Repository of NodeJS course (part one) of @midudev.","archived":false,"fork":false,"pushed_at":"2025-01-01T02:50:35.000Z","size":158,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"Master","last_synced_at":"2025-02-05T14:46:24.903Z","etag":null,"topics":["2023","asynchronous","course","husky","imports","javascript","midudev","mit-license","native-modules","nodejs","prettier","process","synchronous","third-party-modules"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/hozlucas28.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-08T04:39:47.000Z","updated_at":"2025-01-01T02:50:38.000Z","dependencies_parsed_at":"2023-08-09T01:36:54.605Z","dependency_job_id":"7f07c987-fe44-46ee-8f3e-f7a6ab02199a","html_url":"https://github.com/hozlucas28/NodeJS-Course-I-2023","commit_stats":null,"previous_names":["hozlucas28/nodejs-course-i-2023"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FNodeJS-Course-I-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FNodeJS-Course-I-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FNodeJS-Course-I-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FNodeJS-Course-I-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hozlucas28","download_url":"https://codeload.github.com/hozlucas28/NodeJS-Course-I-2023/tar.gz/refs/heads/Master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320201,"owners_count":20758410,"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":["2023","asynchronous","course","husky","imports","javascript","midudev","mit-license","native-modules","nodejs","prettier","process","synchronous","third-party-modules"],"created_at":"2024-12-11T18:18:52.652Z","updated_at":"2026-05-06T15:44:18.571Z","avatar_url":"https://github.com/hozlucas28.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    NodeJS Course - I [2023]\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    Repository of \u003ca href=\"https://aprendenode.dev/\" target=\"_blank\"\u003eNodeJS course\u003ca\u003e (part one) of \u003ca href=\"https://www.linkedin.com/in/midudev/\" target=\"_blank\"\u003eMidudev\u003c/a\u003e.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#----summary\"\u003eSummary\u003c/a\u003e •\n    \u003ca href=\"#----installation\"\u003eInstallation\u003c/a\u003e •\n    \u003ca href=\"#----related\"\u003eRelated\u003c/a\u003e •\n    \u003ca href=\"#----license\"\u003eLicense\u003c/a\u003e •\n    \u003ca href=\"#----acknowledgments\"\u003eAcknowledgments\u003c/a\u003e •\n    \u003ca href=\"#----contact\"\u003eContact\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/nodejs-logo.png\" width=\"425\"\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Summary\n\u003c/h2\u003e\n\u003cp\u003e\n    This is a repository where I store all lessons that I take on \u003ca href=\"https://aprendenode.dev/\" target=\"_blank\"\u003eNodeJS course\u003ca\u003e (part one) of \u003ca href=\"https://www.linkedin.com/in/midudev/\" target=\"_blank\"\u003eMidudev\u003c/a\u003e. In addition, I used npm packages like: \u003ca href=\"https://prettier.io/\" target=\"_blank\"\u003ePrettier\u003c/a\u003e and \u003ca href=\"https://github.com/typicode/husky\" target=\"_blank\"\u003eHusky\u003c/a\u003e to make my code be more 'prettier'.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Installation\n\u003c/h2\u003e\n\u003cp\u003e\n    Clone the repository, install \u003ca href=\"https://nodejs.org/es/\" target=\"_blank\"\u003eNode.js\u003c/a\u003e (runtime environment) and use \u003ca href=\"https://code.visualstudio.com/\" target=\"_blank\"\u003eVisual Studio Code\u003c/a\u003e (code editor). Then, run command \u003ccode\u003enpm install\u003c/code\u003e to install all packages used in this repository. Now, if you want to test a JavaScript file write \u003ccode\u003enode \u0026lt;FILE NAME\u0026gt;\u003c/code\u003e in a terminal. That's all!\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Related\n\u003c/h2\u003e\n\u003cp\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/NodeJS-Course-II-2023\" target=\"_blank\"\u003eRepository of NodeJS - II course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/NodeJS-Course-III-2023\" target=\"_blank\"\u003eRepository of NodeJS - III course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/NodeJS-Course-IV-2023\" target=\"_blank\"\u003eRepository of NodeJS - IV course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/NodeJS-Course-V-2023\" target=\"_blank\"\u003eRepository of NodeJS - V course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/NodeJS-Course-VI-2023\" target=\"_blank\"\u003eRepository of NodeJS - VI course\u003c/a\u003e\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    License\n\u003c/h2\u003e\n\u003cp\u003e\n    This repository is under \u003ca href=\"./LICENSE\" target=\"_blank\"\u003eMIT license\u003c/a\u003e, if you want to see what you are allowed to do with the content of this repository, please visit \u003ca href=\"https://choosealicense.com/licenses/\" target=\"_blank\"\u003echoosealicense.com\u003c/a\u003e for more information.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Acknowledgments\n\u003c/h2\u003e\n\u003cp\u003e\n    Thanks to \u003ca href=\"https://www.linkedin.com/in/midudev/\" target=\"_blank\"\u003eMiguel Ángel Durán\u003c/a\u003e teacher to make this course.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Contact\n\u003c/h1\u003e\n\u003cp\u003e\n    If you want to contact me, please see my \u003ca href=\"https://github.com/hozlucas28\" target=\"_blank\"\u003esocials medias\u003c/a\u003e in my GitHub profile.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fnodejs-course-i-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhozlucas28%2Fnodejs-course-i-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fnodejs-course-i-2023/lists"}