Github user integration
mdolr opened this issue · 6 comments
mdolr commented
Goes with #107 and it could display things like :
- Username
- Repository count ?
- Languages ?
- Workplace, organization ?
- Website ?
- Twitter profile etc...
silenteyesoncode commented
like to work on this
have done this before too
mdolr commented
Feel free to 👍
silenteyesoncode commented
i need to add client ID and secret
or I'll leave the comment, you can add it by creating git auth
silenteyesoncode commented
Nevertheless where you want to display the user profile?
mdolr commented
Why would we need to add API credentials ? I’m pretty sure `GET /users/{username}ˋ doesn’t require any OAuth authentication.
The profile should be disolayed as any other website, you could try to copy github’s preview or implement your own layout. I’d recommend reading CONTRIBUTING.MD if you feel confused