Skip to content

This is a github client that show 20 repositories on your github account using the github graphlql api

Notifications You must be signed in to change notification settings

Japhmayor/github-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
};

About

This is a github client that show 20 repositories on your github account using the github graphlql api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published