Settings

Theme

Show HN: Repomance: I made a Tinder like app that you can discover & star repos

apps.apple.com

3 points by masterpos 2 months ago · 3 comments · 1 min read

Reader

Hi everyone,

Repomance is an app for discovering curated and trending repositories. Swipe to star them directly using your GitHub account. It is currently available on iOS, iPadOS, and macOS. I plan to develop an Android version once the app reaches 100 users.

Repomance is open source: https://github.com/mpospirit-apps/Repomance-iOS

All feedback is welcome, hope you enjoy using it.

anishgupta 2 months ago

Great idea overall. I'm sure you'll reach 100 users soon (android user here) Do you index all repos in a cadence and then let users swipe from a pool, or is it real time GitHub api calling?

  • masterposOP 2 months ago

    Thank you. The app has two sections: curated and trending. Curated repositories are prefetched and stored in the database. Trending repositories are fetched daily via the GitHub Search API and subsequently stored. This process enriches the repository pool and allows the backend to index each repo. Whenever a user interacts with a repository (star or pass), the action is saved; this ensures the same repository is not displayed twice.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection