{"id":19248256,"url":"https://github.com/hamidbyte/github-repository-lines-of-code-calculator","last_synced_at":"2026-05-06T04:31:59.258Z","repository":{"id":216579885,"uuid":"740970456","full_name":"HamidByte/GitHub-Repository-Lines-of-Code-Calculator","owner":"HamidByte","description":"Simplify GitHub repository analysis with our Lines of Code Calculator. Quickly input the owner and repository name to obtain total lines of code, providing valuable insights for developers and project managers. Effortlessly streamline codebase assessments for enhanced efficiency.","archived":false,"fork":false,"pushed_at":"2024-01-31T14:44:45.000Z","size":86,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T04:09:08.800Z","etag":null,"topics":["axios","dark-mode","dark-theme","frontend","github-api","light-dark-mode","light-dark-theme","lines-of-code","node","nodejs","vite","volar","vue","vue-router","vue-router4","vue3","vuejs","vuejs3","vuex"],"latest_commit_sha":null,"homepage":"https://ghloc.netlify.app/","language":"Vue","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/HamidByte.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-01-09T12:53:29.000Z","updated_at":"2025-01-26T15:01:55.000Z","dependencies_parsed_at":"2024-01-11T01:04:41.601Z","dependency_job_id":"65f9b932-5f65-47c0-928d-8c972ba673a4","html_url":"https://github.com/HamidByte/GitHub-Repository-Lines-of-Code-Calculator","commit_stats":null,"previous_names":["mhamid49/github-repository-line-of-code-calculator","hamidbyte/github-repository-lines-of-code-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HamidByte/GitHub-Repository-Lines-of-Code-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FGitHub-Repository-Lines-of-Code-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FGitHub-Repository-Lines-of-Code-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FGitHub-Repository-Lines-of-Code-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FGitHub-Repository-Lines-of-Code-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HamidByte","download_url":"https://codeload.github.com/HamidByte/GitHub-Repository-Lines-of-Code-Calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FGitHub-Repository-Lines-of-Code-Calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["axios","dark-mode","dark-theme","frontend","github-api","light-dark-mode","light-dark-theme","lines-of-code","node","nodejs","vite","volar","vue","vue-router","vue-router4","vue3","vuejs","vuejs3","vuex"],"created_at":"2024-11-09T18:07:08.436Z","updated_at":"2026-05-06T04:31:59.235Z","avatar_url":"https://github.com/HamidByte.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Repository Lines of Code Calculator\n\nSimplify GitHub repository analysis with our Lines of Code Calculator. Quickly input the owner and repository name to obtain total lines of code, providing valuable insights for developers and project managers. Effortlessly streamline codebase assessments for enhanced efficiency.\n\n## Demo\n\nYou can check out a live demo [here](https://ghloc.netlify.app/).\n\n## Prerequisites\n\nMake sure you have the following software installed on your machine:\n\n- [Node.js](https://nodejs.org/) (version 14 or higher)\n- [npm](https://www.npmjs.com/) (comes with Node.js)\n- [Git](https://git-scm.com/) (optional but recommended)\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Getting Started\n\n1. **Clone the Repository:**\n\n   ```sh\n   git clone https://github.com/HamidByte/GitHub-Repository-Lines-of-Code-Calculator.git\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```sh\n   cd GitHub-Repository-Lines-of-Code-Calculator\n   ```\n\n3. **Configure Environment Variables:**\n\n   Create a .env file in the root of the project and set the following variables:\n\n   ```env\n   VITE_BASE_URL=http://127.0.0.1:5173\n   VITE_GITHUB_ACCESS_TOKEN=your-github-access-token\n   ```\n\n## Project Setup\n\n1. **Install Dependencies:**\n\n   ```sh\n   npm install\n   ```\n\n2. **Run the Application:**\n\n- Compile and Hot-Reload for Development:\n\n  ```sh\n  npm run dev\n  ```\n\n- Compile and Minify for Production:\n\n  ```sh\n  npm run build\n  ```\n\n- Lint with [ESLint](https://eslint.org/):\n\n  ```sh\n  npm run lint\n  ```\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamidbyte%2Fgithub-repository-lines-of-code-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamidbyte%2Fgithub-repository-lines-of-code-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamidbyte%2Fgithub-repository-lines-of-code-calculator/lists"}