Skip to content

gotchacode/teamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamer

Build Status

Teamer is neat utility to look at Github organizations and their members details.

demo

This project is built using following:

  • Create React App for scaffolding.
  • React
  • React Router
  • GraphQL
  • Apollo Client

All the API calls to Github is made using Github GraphQL API V4.

Installation

npm install to install the dependencies, npm test to run the tests and npm start to run the app

Authentication

For authentication, you need to create a personal token. Follow the steps from here to do so: https://developer.github.com/v4/guides/forming-calls/#authenticating-with-graphql

Local Environment

Create a file .env.local with following:

# paste the token here, so that the API call is done with this Auth header
REACT_APP_GITHUB_TOKEN='xadyaahh12334444444'

About

GitHub team viewer built with React, GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published