- Just seach your github username and get your profile data in a different way
- This app also generates a shareable card dynamically
- The card is downloadable also
- Profile Details
- Language Crad
- Shareable Social Card
- Profile Stats
- Profile Contribution Calander
- List of Followers(last 100)
- Pinned Repositories
- Most forked Repository Graph
- Most Stared Repository Graph
This app is Deployed to Vercel
View Demo
Required to install and run the software:
- Clone the respository locally
git clone https://github.com/Mridul2820/git-o-get.git
- Create a
.env
file in the root directory
GITHUB_TOKEN = <YOUR_GITHUB_TOKEN>
CLOUD_NAME = <YOUR_CLOUDINARY_CLOUD_NAME>
BASE_IMAGE_URL = <URL_FOR_BASE_IMAGE>
GITHUB_TOKEN
: Get yourPersonal Access Token
by signing in to your github account and then go to your setting -> developer setting -> Personal access tokens -> Generate new tokenCLOUD_NAME
: Create a Cloudinary account and Get yourCLOUD NAME
BASE_IMAGE_URL
: Upload Base Image in Your Cloudinary Cloud and Get the public Id
- Install the
node_modules
npm install
- Start the Server
npm run dev