vinaysomawat.github.io icon indicating copy to clipboard operation
vinaysomawat.github.io copied to clipboard

Add stackoverflow & github profile cards

Open vinaysomawat opened this issue 3 years ago • 4 comments

Use stackoverflow & github profile APIs and create profile cards shown below.

image

vinaysomawat avatar Jun 27 '22 03:06 vinaysomawat

@vinaysomawat What is your architecture for this?

sasiruLK avatar Jun 27 '22 08:06 sasiruLK

@sasirura Use public APIs to fetch user profiles and render the details on cards.

Github - https://api.github.com/users/{USERNAME} Stackoverflow - https://api.stackexchange.com/2.2/users/${userId}?site=stackoverflow Codeforces - https://codeforces.com/api/user.info?handles={username}

vinaysomawat avatar Jun 27 '22 11:06 vinaysomawat

and where do you want to put these cards?

sasiruLK avatar Jun 27 '22 11:06 sasiruLK

Anywhere after the project section, preferably above the contact section.

Note - All cards should align side by side. image

vinaysomawat avatar Jun 27 '22 11:06 vinaysomawat