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
- Host: GitHub
- URL: https://github.com/picandocodigo/github_api
- Owner: picandocodigo
- Created: 2014-04-04T22:00:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T22:02:36.000Z (about 11 years ago)
- Last Synced: 2025-01-10T04:19:34.962Z (6 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/applicationsEdit .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.