Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songyouwei/gitseek
:octocat: A Github app powered by React Native
https://github.com/songyouwei/gitseek
github-api react-native
Last synced: 25 days ago
JSON representation
:octocat: A Github app powered by React Native
- Host: GitHub
- URL: https://github.com/songyouwei/gitseek
- Owner: songyouwei
- License: gpl-3.0
- Created: 2016-04-21T06:36:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T17:12:14.000Z (over 8 years ago)
- Last Synced: 2024-11-11T19:28:31.515Z (3 months ago)
- Topics: github-api, react-native
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](./logo.png)
A Github app powered by React Native, written in ES6
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![PRsWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests)
![AUR](https://img.shields.io/aur/license/yaourt.svg?maxAge=2592000)**It's still under development!!**
## Platform
iOS & Android## Dependencies
```
"dependencies": {
"octokat": "^0.4.17",
"react": "^0.14.8",
"react-native": "^0.24.1",
"react-native-fs": "^1.3.0",
"react-native-router-flux": "^2.3.13",
"react-native-tab-navigator": "git+ssh://[email protected]:songyouwei/react-native-tab-navigator.git",
"react-native-vector-icons": "^1.3.4"
}
```## Screens
![](./screens/home.png)![](./screens/trending.png)
![](./screens/my.png)
![](./screens/repo.png)
![](./screens/people.png)
## License
GNU Public License V3