Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 329 Bytes

Github Client

This is a github client showing 20 repositories of a user

Check the live version here Live Preview.

Create a token from your github profile and add it as shown below in file.js

const config = {
  token: "YOUR_GITHUB_TOKEN",
  url: "https://api.github.com/graphql",
};