Get notified so that you don't miss Hacker News headlines.
- Notifications for popular posts (# votes or comments)
- iOS and Apple Watch (email and Android TBD)
- Configurable score and age.
-
Setup client for HN API.
-
Poll or consume events for story upvotes.
- Also do for # comments.
- Notify subscribers if threshold is met.
(running service)
Issues
X 1) Items are not removed from the cache. Cache will constantly grow. 1.5) Cache is not persistent upon restart (cache is in-memory) 2) First run in a long time will result in a large number of notification -- might want to roll them up. 3) User needs to be able to configure score and age threshold. (CLI?)
(create) Submit new subscription request:
- email/push notif endpoints
- treshold for headline upvotes & # comments
- ex: if upvotes > 100 -> send notif
- (db) or (Lambda?)
(retrieve?)
(update)
- thresholds and endpoints
(delete) Unsubscribe.
- Webapp for email sub.
- Chrome notif?
- iOS for push notif.
- Apple Watch push notif.
- Android push notif.