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

https://github.com/dab0mb/usertron


https://github.com/dab0mb/usertron

angular apollo github graphql

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Usertron

screenshot

A small app for browsing through users on GitHub based on Angular, Material, and Apollo.

## Run instructions

(1) `$ npm install`

(2) Create a personal GitHub access token with `read:org` & `read:org` permissions as specified [here](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).

(3) Add access token to the environment file: `$ vim src/environments/environment.js`.

(4) Generate GraphQL types: `$ npm run codegen`

(5) `$ npm start`