Skip to content

prashantrahul141/gh-pinned-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published