{"id":19188266,"url":"https://github.com/mathdroid/micro-exercises","last_synced_at":"2026-06-20T11:31:38.529Z","repository":{"id":67669593,"uuid":"323861009","full_name":"mathdroid/micro-exercises","owner":"mathdroid","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-23T09:38:35.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-23T03:29:39.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mathdroid.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":"2020-12-23T09:37:07.000Z","updated_at":"2020-12-23T14:22:55.000Z","dependencies_parsed_at":"2023-02-25T16:01:17.742Z","dependency_job_id":null,"html_url":"https://github.com/mathdroid/micro-exercises","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathdroid/micro-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathdroid","download_url":"https://codeload.github.com/mathdroid/micro-exercises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-09T11:24:13.157Z","updated_at":"2026-06-20T11:31:38.512Z","avatar_url":"https://github.com/mathdroid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"1. Buat folder kosong\n\n2. masuk folder tsb, ketik\n\n```sh\n$ npm init -y\n```\n\nuntuk menginisialisasi sebuah project Node.js kosong. Akan muncul `package.json` dengan value default.\n\n3. Install [Micro](https://github.com/vercel/micro)\n\n```sh\n$ npm i micro\n$ npm i -D micro-dev\n```\n\n(`package.json` akan diupdate dengan dependency baru, akan ada folder `node_modules/` di project root)\n\n4. copy `index.js` dari dokumentasi Micro, copy perubahan di `package.json` bagian `scripts` dari dokumentasi Micro.\n\n```json\n...\n\"scripts\": {\n    \"start\": \"micro\",\n    \"dev\": \"micro-dev\",\n    ...\n```\n\n5. Jalankan\n\n```sh\n$ npm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathdroid%2Fmicro-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathdroid%2Fmicro-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathdroid%2Fmicro-exercises/lists"}