{"id":17026919,"url":"https://github.com/shashwatah/gitwiz","last_synced_at":"2025-04-12T11:51:01.957Z","repository":{"id":40768823,"uuid":"260858558","full_name":"shashwatah/gitwiz","owner":"shashwatah","description":"A handy portal to query public repos on multiple version control platforms.","archived":false,"fork":false,"pushed_at":"2024-06-18T02:38:12.000Z","size":1666,"stargazers_count":24,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T06:34:31.007Z","etag":null,"topics":["api","express","git","github","gitlab","gitwiz","graphql","handlebars","javascript","nodejs","portal","repositories","repository","scrape","search","search-engine","ts-node","types","typescript","version-control"],"latest_commit_sha":null,"homepage":"https://gitwiz.onrender.com/","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/shashwatah.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}},"created_at":"2020-05-03T08:22:10.000Z","updated_at":"2025-02-06T17:20:53.000Z","dependencies_parsed_at":"2024-01-16T16:41:54.632Z","dependency_job_id":"abe1eae8-a12c-4d37-be73-26eb8c3cb58b","html_url":"https://github.com/shashwatah/gitwiz","commit_stats":null,"previous_names":["shashwatah/gitwiz"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fgitwiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fgitwiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fgitwiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fgitwiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashwatah","download_url":"https://codeload.github.com/shashwatah/gitwiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564986,"owners_count":21125412,"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":["api","express","git","github","gitlab","gitwiz","graphql","handlebars","javascript","nodejs","portal","repositories","repository","scrape","search","search-engine","ts-node","types","typescript","version-control"],"created_at":"2024-10-14T07:45:14.798Z","updated_at":"2025-04-12T11:51:01.929Z","avatar_url":"https://github.com/shashwatah.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/shashwatah/gitwiz/main/src/public/images/png/icon.png\" alt=\"GitWiz\" width=\"200\"\u003e\n  \u003cbr\u003e\n  GitWiz\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\nA handy portal to query public repos on multiple version control platforms.\n\u003cbr/\u003e\nBuilt with \u003ca href=\"https://nodejs.org/en/\"\u003eNode.js\u003c/a\u003e, \u003ca href=\"https://www.typescriptlang.org/\"\u003eTypeScript\u003c/a\u003e and \u003ca href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript\"\u003eJavaScript\u003c/a\u003e.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg alt=\"Release\" src=\"https://img.shields.io/badge/license-MIT-green\"\u003e\u003c/a\u003e  \n  \u003ca href=\"https://github.com/shashwatah/gitwiz/releases/tag/v1.2\"\u003e\u003cimg alt=\"Github Release\" src=\"https://img.shields.io/badge/release-v1.2-blue\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#configuration\"\u003eConfiguration\u003c/a\u003e •\n  \u003ca href=\"#run--build\"\u003eRun \u0026 Build\u003c/a\u003e •\n  \u003ca href=\"#deployment\"\u003eDeployment\u003c/a\u003e •\n  \u003ca href=\"#refs\"\u003eRefs\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cimg alt=\"Gif\" src=\"https://raw.githubusercontent.com/shashwatah/gitwiz/master/src/public/images/other/gitwiz.gif\"\u003e\n\n## Prerequisites\n\n- Git is need to clone the repository on your machine.\n- npm is needed to install packages.\n- Node.js is needed to run GitWiz.\n\n### Ubuntu\n\nInstall git, Node.js and npm on your machine running Ubuntu:\n\n```bash\n$ sudo apt-get install git-core\n$ sudo apt install nodejs\n$ sudo apt install npm\n```\n### Windows \n\nUse the official links for downloading on Windows:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en/download/)\n- [npm](https://www.npmjs.com/get-npm)\n\nRun the following commands to confirm if the installation was successful:\n\n```bash\n$ git --version\n$ node --version\n$ npm --version \n```\n\n## Installation\n\nClone the repo and cd into the directory: \n\n```bash\n$ git clone https://github.com/shashwatah/gitwiz.git\n$ cd gitwiz \n```\n\nThen install the node-modules in package.json:\n\n```bash\n$ npm install\n```\n\n## Configuration \n\nMake a .env file and set the following environment variables: \n- **PORT** - For the port the server is going to run on\n- **MORGAN_METHOD** - For the method that morgan is going to log requests\n- **GITHUB_TOKEN** - Auth Token to make requests to GitHub GraphQL API\n- **GITLAB_TOKEN** - Auth Token to make requests to GitLab GraphQL API\n\n## Run \u0026 Build\n\nRun the app with the following command:\n\n```bash\n$ npm start\n```\n\nRun the app with nodemon with the following command:\n\n```bash\n$ npm run dev\n```\n\u003e nodemon will use the config specified in *nodemon.json*\n\nOpen a browser and type **localhost:_port_**\n\nBuild the app(Compile TypeScript to JavaScript) with the following command:\n\n```bash\n$ npm run build\n```\n\nBundle the frontend: \n\n```bash\n$ npm run buildFront\n```\n\n## Deployment \n\nGitWiz is currently deployed on Render.\n\u003cbr/\u003e\nClick [here](https://gitwiz.onrender.com/) to visit.\n\n## Refs\n\n#### Libraries:\n\n- [node-cache/node-cache](https://github.com/node-cache/node-cache)\n- [ozh/github-colors](https://github.com/ozh/github-colors)\n\n#### APIs:\n\n- [Github GraphQL API](https://developer.github.com/v4/)\n- [Gitlab GraphQL API](https://docs.gitlab.com/ee/api/graphql/)\n\n## License\n\n[MIT License](https://github.com/shashwatah/gitwiz/blob/master/LICENSE) | Copyright (c) 2024 Kumar Shashwat\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatah%2Fgitwiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashwatah%2Fgitwiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatah%2Fgitwiz/lists"}