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

https://github.com/picandocodigo/github_api

GitHub Api tests and ideas
https://github.com/picandocodigo/github_api

Last synced: 4 months ago
JSON representation

GitHub Api tests and ideas

Awesome Lists containing this project

README

        

# GitHub API tests and ideas

## Setup

```bash
$ cp .env.sample .env
```

Get personal access token here:
https://github.com/settings/applications

Edit .env and add your personal access token.

## Scripts:

**gh_lang** - List programming languages from your repos in descending
order by the quantity of projects per each language.

## TODO

**gh_lang** - Add user parameter to get other user's info.