Show HN: GitHub starred page
github.com
Show HN: GitHub starred page
1–5 of 5 posts
Re: Show HN: GitHub starred page
#2make your own awesome lists page by GitHub star!
Re: Show HN: GitHub starred page
#3I cheated and used divine intellect.
God says... nudges shoals sizzle's fulfillment's communications unregulated distracted coached gastrointestinal arbors Krista videodisc strangulating went digitalis counterparts sullenly restfulness's Arequipa nonreturnables Beretta's lanyard swath's romanticize crullers fuzing bureaucratically Glass distillery malted Pius seersucker
It is not human intellect.
Re: Show HN: GitHub starred page
#4This is very nice ! Have you somehow automated your update process to keep your list up to date ?
Re: Show HN: GitHub starred page
#5This is very nice ! Have you somehow automated your update process to keep your list up to date ?
It seems like you could set up a webhook to trigger a Travis CI rebuild upon a new star event [0] . I'm pretty iffy on this, any ideas?. You probably need some third-party service to trigger the rebuild [1]. Obviously running your own server would make this much easier. https://github.com/no13bus/ohmyrepo is one such example. From there it would be straightforward to generate and deploy the new README.md from Travis CI [2].
[0]: https://developer.github.com/v3/activity/events/types/#watch...
[1]: https://docs.travis-ci.com/user/triggering-builds
[2]: http://krzysztofzuraw.com/blog/2016/automatic-blog-deploymen...