2.2.0 • Published 2 years ago

github-pinned v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

With ♥ by Kotiasv

Npm package for getting pinned repos

Usage

First, create new Github client and set your Github token:

import GithubClient from "github-pinned"

const client = new GithubClient()
client.setToken(<TOKEN>)

Then, get user pinned repos with getPinnedRepos

const repos = await getPinnedRepos("kotiasv")

Response type example:

type GithubQuery = {
    name: string
    url: string
    primaryLanguage: {
        name: string
        color: string
    }
    description: string
    homepageUrl: string
}

Contributions

This project is Open Source. Your feedback and contributions are welcome here.

2.2.0

2 years ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago