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

https://github.com/muhsin-k/most-followed-users-github

Mobile app shows users who has most followers in Github
https://github.com/muhsin-k/most-followed-users-github

airbnb apollo apollo-boost apollo-client eslint graphql jest nativebase react react-apollo react-native

Last synced: 2 months ago
JSON representation

Mobile app shows users who has most followers in Github

Awesome Lists containing this project

README

        

# Most followed users in github

A React native application to show most followed users in github by using Apollo Client and GitHub's GraphQL API.

## Installation

```sh
$ git clone [email protected]:muhzi4u/most-followed-users-github.git
$ cd most-followed-users-github
$ Copy config.example.js into a file called config.js, and replace accessToken with your token
$ yarn install
$ react-native run-android
or
$ react-native run-ios

```

- [How to generate Github Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
- scopes/permissions you need to check: user

### Screenshot

![Home Page](example/home.jpeg 'Home Page')

## License

MIT