Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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
```