Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subztep/gh-projects
My GitHub GraphQL API Playground. :crystal_ball:
https://github.com/subztep/gh-projects
github-graphql-api
Last synced: 7 days ago
JSON representation
My GitHub GraphQL API Playground. :crystal_ball:
- Host: GitHub
- URL: https://github.com/subztep/gh-projects
- Owner: SubZtep
- License: unlicense
- Created: 2020-12-01T22:07:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T15:05:51.000Z (about 2 years ago)
- Last Synced: 2024-10-11T23:11:27.019Z (about 1 month ago)
- Topics: github-graphql-api
- Language: JavaScript
- Homepage:
- Size: 958 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :octocat:
**GitHub GraphQL API playground** contains the possibility of some useful scripts in the future.
## Setup
Create `.env` file in the project root with API credentials.
```sh
GH_ACCESS_TOKEN="abcdefghijklmnopqrstuvwxyz0123456789abcd"
```> Get your access token [here](https://github.com/settings/tokens).
## Command
### Markdown Repository List
Print some info of user repositories to the console in _Markdown_ syntax for the profile page.
```sh
$ npm run md-projects [GitHub Login] > repos.md
```