{"id":20613311,"url":"https://github.com/gits-up/temp-conversion","last_synced_at":"2025-06-30T10:32:32.801Z","repository":{"id":199287814,"uuid":"702555964","full_name":"gits-up/temp-conversion","owner":"gits-up","description":"A very simple celsius to farenheit convertor.","archived":false,"fork":false,"pushed_at":"2023-10-29T09:47:51.000Z","size":201,"stargazers_count":9,"open_issues_count":13,"forks_count":28,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T07:14:21.965Z","etag":null,"topics":["hackoctoberfest","hackoctoberfest2023","hacktoberfest","hacktoberfest-accepted","hacktoberfest-accpeted"],"latest_commit_sha":null,"homepage":"","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/gits-up.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,"zenodo":null}},"created_at":"2023-10-09T14:37:25.000Z","updated_at":"2024-05-29T19:58:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc8b6e70-ba26-4e49-8b0e-3f15733d7401","html_url":"https://github.com/gits-up/temp-conversion","commit_stats":null,"previous_names":["gits-up/c-to-f-conversion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gits-up/temp-conversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gits-up%2Ftemp-conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gits-up%2Ftemp-conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gits-up%2Ftemp-conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gits-up%2Ftemp-conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gits-up","download_url":"https://codeload.github.com/gits-up/temp-conversion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gits-up%2Ftemp-conversion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262756046,"owners_count":23359459,"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":["hackoctoberfest","hackoctoberfest2023","hacktoberfest","hacktoberfest-accepted","hacktoberfest-accpeted"],"created_at":"2024-11-16T11:09:38.209Z","updated_at":"2025-06-30T10:32:32.728Z","avatar_url":"https://github.com/gits-up.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⭐ Welcome to Hacktoberfest 2023 ⭐\r\n\r\nBeginners can contribute for [Hacktoberfest](https://hacktoberfest.com)\u003c/br\u003e\r\n\u003c/br\u003e\u003cdiv style=\"text-align: center;\"\u003e\r\n![Hacktoberfestlogo](images/Hacktoberfestlogo.png)\r\n\u003c/div\u003e\r\n\u003c/br\u003e\r\n\r\n## What is Hacktoberfest?\r\n\r\nHacktoberfest encourages participation in giving back to the open-source community by completing pull requests, participating in events, and donating to open source projects.\r\n\r\n## How does Hacktoberfest works?\r\n\r\n- You can register yourself anytime between September 26 to October 31 on  [Hacktoberfest](https://hacktoberfest.com).\r\n- To qualify for digital swags, you need to register and make 4 accepted pull requests between October 1-31.\r\n- A pull request before and after October 1-31 will not be considered.\r\n- You can Contribute to the repository marked with Hacktoberfest label.\r\n- You must NOT spam or else you will be disqualified from the fest.\r\n- Follow the Project's code of conduct.\r\n \u003c/br\u003e\r\n  \r\n# temp-conversion\r\n\r\nA very simple celsius to farenheit convertor.\u003c/br\u003e\r\n![ProjectOverview](images/ProjectOverview.png)\u003c/br\u003e\r\n\r\n## What you can do?\r\n\r\n- Make it more clean, modular and beautiful.\r\n- Make it more responsive.\r\n- Add other temperature conversion, etc.\r\n- No Code Contribution-- Documentation, design and more!\r\n\r\n# First Contribution Guide\r\n\r\nDon't Worry if this is you First Contribution. Follow this guide.\r\n\r\n## Step 1: Fork the repository\r\n\r\nClick the \"Fork\" button at the top of this page. This action will create a copy of this repository in your GitHub account.\r\n\r\n## Step 2: Clone the repository\r\n\r\nGo to your GitHub account, open the forked repository, click on the \"Code\" button, and then click the \"Copy to clipboard\" icon.\r\n\r\nOpen your terminal and run the following command, replace  `\"url copied\"` with the copied URL:\r\n\r\n```shell\r\ngit clone \"url copied\"\r\n```\r\n\r\nThis will clone the forked repository to your local machine.\r\n\r\n## Step 3: Change the directory\r\n\r\nIf not already there, run\r\n\r\n```shell\r\ncd temp-conversion\r\n```\r\n\r\n## Step 4: Create a branch\r\n\r\nUse  `git checkout` command to create your own branch.\r\n\r\n```shell\r\ngit checkout -b NameOfYourBranch\r\n```\r\n\r\n## Step 5: Make necessary changes\r\n\r\nChange the files or add as per the requirement/assignment.\r\n\r\n## Step 6:  Check and Commit the changes\r\n\r\nIf you run the `git status` command in your project directory, you'll see there are changes. Add those changes to the branch you created using the `git add` command:\r\n\r\nExample: If you changed exampleFile\r\n\r\n```shell\r\ngit add exampleFile\r\n```\r\n\r\nNow commit the changes:\r\n\r\n```shell\r\ngit commit -m \"Updated exampleFile\"\r\n```\r\n\r\nReplace Updated exampleFile with your short comment.\r\n\r\n## Step 7: Push your changes to GitHub\r\n\r\nUse the `git push` command to push your changes to GitHub:\r\n\r\n```shell\r\ngit push origin -u NameOfYourBranch\r\n```\r\n\r\n## Step 8: Submit your changes for review\r\n\r\nGo to your repository on GitHub, and you'll see a \"Compare \u0026 pull request\" button. Click on that button.\r\n\r\nSubmit the pull request. By clicking on \"Create pull request\"\r\n\r\n## Step 9: Merged?\r\n\r\nYou will receive a notification email once your changes have been merged.\r\n\r\n# How to create an issue?\r\n\r\n- Step 1: Open repository\r\n- Step 2: Go to Issues\r\n- Step 3: Go to new Issues\r\n- Step 4: Write and Submit New Issue\r\n- Step 5: Ask the maintainers to assign you the issue\r\n- *You can also take on others' raised issues.*\r\n\r\n\u003c/br\u003e\r\n\u003ch2 align=\"center\"\u003e\r\n    \u003cp\u003e\r\n      ⭐  Happy Hacking!  ⭐\r\n    \u003c/p\u003e\r\n\u003c/h2\u003e\r\n\r\n***\r\n\r\n\r\n\r\n\u003ch2 align=\"center\"\u003e\r\n    \u003cp\u003e\r\n        Thank You ⭐\r\n    \u003c/p\u003e\r\n\u003c/h2\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgits-up%2Ftemp-conversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgits-up%2Ftemp-conversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgits-up%2Ftemp-conversion/lists"}