Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 704 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 704 Bytes

Pinned. An API to get your pinned repos.

Hi, ive been using nexxel's's api to get my pinned repositories for my personal site however when he introduced changes it broke. So there it is my own pinned repo api.

You can also use it. Just query pinned.fly.dev/projects/johnbakhmat to get those sexy, juicy, repos in JSON format.

you'll get data in format of

//Stars and forks are actually "number" but im not cop i dont know what language are you using. 
[
    {
        Name:string,
        Description: string,
        Url: string,
        Stars: int
        Forks: int
        Languages: [string]
    }
]