An open API service indexing awesome lists of open source software.

https://github.com/cba85/github-topics

✍️ Auto complete topics on a Github repository that uses node.js and npm.
https://github.com/cba85/github-topics

octokit-rest

Last synced: 8 months ago
JSON representation

✍️ Auto complete topics on a Github repository that uses node.js and npm.

Awesome Lists containing this project

README

          

# Github topics

Auto complete topics on a Github repository that uses node.js and npm (`package.json` file).

## Install

```sh
$ npm install
```

## Usage

Set a `GITHUB_AUTH_TOKEN` environment variable that contains your Github authentication token.

```sh
$ node main.js
# E.g.
$ node main.js cba85/github-topics
```