GitMotor is an app for getting information from a GitHub account. It uses the official GitHub GraphQL endpoint.
- List all of the available repositories to the authenticated user
- Ability to Star a repository
- Ability to Watch & Unwatch a Repository
- Select a repo to see more details about
- Code Tab
- View the most recent commits
- List all of the collaborators
- View the most recent releases
- Issues Tab to see the most recent Open & Closed Issues
- Pull Requests to see the most recent Open & Closed Issues
- Code Tab
- Xcode 11 or later
- Access to a GitHub account
- If you don't have a personal access token;
- Go to Tokens page
- Make sure to select the needed options View Image
- Edit the "Schema" of the app target; make sure to set the Personal Access token to the Environment Variable. Image example
- Run the app; enjoy
- This is only an MVP and the app can contain bugs and not be stable :)