Skip to content

approximata/githubFollowerGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Follower Graph

Toy project implementing a simple a flat sociogaph about the followers of a github user. The project aims to experiment with the latest github APIs (GraphQL API v4).

How to launch the Project

Creating a personal access token for the github command line

Check this article to setup a proper token for a github user. This project read data only!

Setup local enviroment varaible

Setup the access token to your local enviroment:

$ echo "REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN={your token}" >> .env

Launch the project locally

$ npm install
$ npm run start-dev

Once the build done server is up under http://localhost:3000.

Here is a deployed version of the project