Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sphericalkat/gimmick
A feed for GitHub, written in Kotlin using Jetpack Compose.
https://github.com/sphericalkat/gimmick
android compose feed flow github jetpack jetpack-compose retrofit room widget
Last synced: 3 months ago
JSON representation
A feed for GitHub, written in Kotlin using Jetpack Compose.
- Host: GitHub
- URL: https://github.com/sphericalkat/gimmick
- Owner: SphericalKat
- Created: 2021-06-21T14:26:21.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-15T17:57:21.000Z (about 1 year ago)
- Last Synced: 2024-04-14T03:15:45.291Z (10 months ago)
- Topics: android, compose, feed, flow, github, jetpack, jetpack-compose, retrofit, room, widget
- Language: Kotlin
- Homepage:
- Size: 3.19 MB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gimmick
A while back, I noticed that the official GitHub app doesn't have a feed similar to the one can find on the GitHub homepage. Naturally I had to make it myself.This app is built using Jetpack Compose, Hilt, Kotlin Flow, Room and Retrofit.
# Building
You will need to create or obtain a `secrets.properties` file, located at the root of the project. This file will contain your GitHub OAuth app credentials. The format for this file is as given below:```properties
CLIENT_ID="" // these quotes are important!
CLIENT_SECRET="" // these quotes are important!
```> The Oauth callback URL should be set to `gimmick://auth`
# Contribution
As always, I'm open to pull requests and issues. I will do my best to address these, but might not always be available thanks to work and other priorities.