{"id":15011454,"url":"https://github.com/cjhydragenz/komik","last_synced_at":"2025-04-15T11:24:28.457Z","repository":{"id":41499851,"uuid":"509925187","full_name":"CJHydraGenZ/komik","owner":"CJHydraGenZ","description":"this is web comic from data komikcash","archived":false,"fork":false,"pushed_at":"2023-04-03T12:50:20.000Z","size":3947,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:21:23.756Z","etag":null,"topics":["bun","bunjs","comic","dataextraction","komik","komik-api","komikcast","nextjs","webscraping","website"],"latest_commit_sha":null,"homepage":"https://komikidc.site","language":"TypeScript","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/CJHydraGenZ.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":"2022-07-03T04:50:52.000Z","updated_at":"2023-11-26T04:41:21.000Z","dependencies_parsed_at":"2024-09-24T19:41:51.847Z","dependency_job_id":"a66079ce-61ee-4557-ac91-414c5a26989c","html_url":"https://github.com/CJHydraGenZ/komik","commit_stats":{"total_commits":282,"total_committers":2,"mean_commits":141.0,"dds":0.007092198581560294,"last_synced_commit":"a8e9807a8a963ab04208b1dcfad08d8d05ae8131"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CJHydraGenZ%2Fkomik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CJHydraGenZ%2Fkomik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CJHydraGenZ%2Fkomik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CJHydraGenZ%2Fkomik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CJHydraGenZ","download_url":"https://codeload.github.com/CJHydraGenZ/komik/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249059435,"owners_count":21206155,"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":["bun","bunjs","comic","dataextraction","komik","komik-api","komikcast","nextjs","webscraping","website"],"created_at":"2024-09-24T19:41:07.258Z","updated_at":"2025-04-15T11:24:28.439Z","avatar_url":"https://github.com/CJHydraGenZ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Netlify Status](https://api.netlify.com/api/v1/badges/8b81e0a2-c313-489d-beb9-4973fb7a2a83/deploy-status)](https://app.netlify.com/sites/komikidc/deploys)\n# KOMIK API\nKomik bahasa Indonesia built with Next.js and Bun\n\n## Usage\n1. Clone this repository\n    ```bash\n    git clone https://github.com/CJHydraGenZ/komik.git\n    ```\n2. Install dependecies (`yarn` or `npm`)\n3. Start the development\n    ```bash\n    npm run dev or npm dev\n    ```\n4. visit http://localhost:3000/\n\n## Using Bun (Linux,Mac,WSL)\n1. Clone this repository\n    ```bash\n    git clone https://github.com/CJHydraGenZ/komik.git\n    ```\n2. Install dependecies (`bun`)\n    ```bash\n    bun install\n    ```\n3. Bundle dependencies \n    ```bash\n    bun bun\n    ```\n4. Start the development\n    ```bash\n    bun dev\n    ```\n5. visit http://localhost:3000/\n\n## Documentation\n__API__ __PATH__ = https://localhost:3000/api/\n\u003c/br\u003e__ApI__ Version = `v0.0.1`\n\n## All Manga\nDaftar Komik\n```\n/komik/\n```\nexample : https://localhost:3000/api/komik/\n\n## All Komik List\nDaftar Komik List\n```\n/komik/list\n```\nexample : https://localhost:3000/api/komik/list\n\n## Komik Page\nDaftar Komik\n```\n/komik/page/slug\n```\nexample : https://localhost:3000/api/komik/page/slug\n\n## Komik Rekomendasi\nGet Komik Rekomendasi\n```\n/recommend\n```\nexample : https://localhost:3000/api/recommend/\n\n## Detail Komik\n```\n/komik/[endpoint]\n```\nexample : https://localhost:3000/api/komik/academys-undercover-professor/\n\u003c!-- \n## Search Manga by Name\n```\n/search/[query]\n```\nexample : https://localhost:3000/api/search/komi%20san\n\n## Genre List\n```\n/genres\n```\nexample : https://localhost:3000/api/genres\n\n## Genre Detail\n```\n/genres/[endpoint]/[pagenumber]\n```\nexample : https://localhost:3000/api/genres/action/1\n\n## Recommended Manga\n```\n/recommended\n```\nexample : https://localhost:3000/api/recommended\n\n## Manhua List (Chinese Comic)\n```\n/manhua/[pageNumber]\n```\nexample : https://localhost:3000/api/manhua/1\n\n## Manhwa List (Korean Comic)\n```\n/manhwa/[pageNumber]\n```\nexample : https://localhost:3000/api/manhua/1 --\u003e\n\n## Chapter\n```\n/chapter/[chapterEndpoint]\n```\nexample :https://localhost:3000/api/chapter/infinite-level-up-in-murim-chapter-63/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjhydragenz%2Fkomik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjhydragenz%2Fkomik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjhydragenz%2Fkomik/lists"}