https://github.com/mosheberman/hipster
Find a new release before it was cool.
https://github.com/mosheberman/hipster
Last synced: 2 months ago
JSON representation
Find a new release before it was cool.
- Host: GitHub
- URL: https://github.com/mosheberman/hipster
- Owner: MosheBerman
- License: mit
- Created: 2015-04-13T10:23:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T13:43:46.000Z (over 10 years ago)
- Last Synced: 2025-01-20T10:47:51.171Z (over 1 year ago)
- Language: Swift
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Hipster
---
Find a new release before it was cool.
This project inspired by [a tweet](https://twitter.com/JadenGeller/status/587547111979229184).
Features
---
*Features marked with an asterisk are minimum viable product features. Others are nice-to-have.*
**Finding a repo:**
- Search for a repo by name*
- Filter by language or other advanced filters
- pull starred repos
**Checking for new releases:**
- By default, poll every {interval} (2 hours?)*
- Allow per-repo polling schedule
**List my 'watched repos'**
- See the repos I’m watching.*
- Remove repos from the list*
- Star a watched repo on GitHub
**Show Release Notes:**
- When a new release is found, mark as new and send a local notification*
- Clicking on a notification either:
- opens a list of the new releases
or
- if there’s only one new release, shows the release notes
- Another approach may to be fire off notifications for each repo and tie a notification to release notes, but that could get clunky if a user follows too many notifications.*
**Bonus:** Notification Center widget?