Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 497 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 497 Bytes

Gh Pinned Repos

A simple script to get pinned repos of a github user because github's rest api doesn't allow it.

Usage

getRepos.ts/js file exports getPinnedRepos function.


function getPinnedRepos(params)

@params
username: string -> Username of the github user.

@returns
info: {owner: string, repo: string, url: string} -> Pinned repositories.


Note

index.ts/js is only for demonstration purpose.