-
[GitHub] 알고리즘 자동 업로드 크롬 확장 프로그램 LeetHubGit 2023. 1. 16. 21:28반응형
GitHub 잔디 심기, 기록 남기기, 추후 리팩토링 하기 위해서, 동기부여를 얻기 위해서 등
알고리즘 문제를 풀고 GitHub에 업로드 하려는 목적은 다양할 것이다.
이번 포스팅에서는 그 중에서도 LeetCode 사이트에서 알고리즘 문제를 푼 경우,
자동으로 GitHub에 업로드 해주는 크롬 확장 프로그램을 소개하고자 한다.
바로 'LeetHub' 라는 크롬 확장 프로그램이다.
이름 그대로
LeetCode
LeetCode - The World's Leading Online Programming Learning Platform
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
leetcode.com
GitHub
GitHub: Let’s build from here
GitHub is where over 94 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...
github.com
위 두 가지를 합친 것이 LeetHub이다.
LeetHub
Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub
chrome.google.com
LeetHub는 LeetCode에서 모든 테스트케이스를 통과하면 자동으로 GitHub에 업로드 해주는 기능을 가지고 있다.
사용 방법은 아래와 같다.
1. 크롬에서 아래 링크에 접속하여 LeetHub 확장 프로그램을 설치한다.
https://chrome.google.com/webstore/detail/leethub/aciombdipochlnkbpcbgdpjffcfdbggi?hl=ko
2. 크롬 우측 상단의 확장 프로그램 버튼 (퍼즐모양)을 눌러 LeetHub를 켠다.
3. GitHub 인증을 허가한다.
4. 연결할 Repository를 선택하거나 새로운 Repository를 생성한다.
5. LeetCode에서 문제를 풀자
6. Github에 푼 문제와 점수가 올라간다.
Issue
2022년 10월 1일부터, LeetCode가 New UI를 지원하면서, LeetHub 플러그인이 동작하지 않는 현상이 발생하고 있다.
old version 으로 변경하여 사용하면 해결이 된다.
반응형