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
- Host: GitHub
- URL: https://github.com/muhsin-k/most-followed-users-github
- Owner: muhsin-k
- Created: 2019-02-10T06:11:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T05:42:13.000Z (over 6 years ago)
- Last Synced: 2025-02-10T15:14:23.036Z (4 months ago)
- Topics: airbnb, apollo, apollo-boost, apollo-client, eslint, graphql, jest, nativebase, react, react-apollo, react-native
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## License
MIT