2.2.0 • Published 9 months ago

github-pinned v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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

9 months ago

2.1.5

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.0

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago