thechangelog / nightly

Changelog Nightly unearths the hottest repos on GitHub before they blow up. Subscribe for free. Keep up.
https://changelog.com/nightly
MIT License
206 stars 19 forks source link

historical archive browse #44

Closed phanirithvij closed 3 months ago

phanirithvij commented 3 months ago

Coming here form the "Is there an archive of past issues?" section at https://changelog.com/nightly

I put together a very (very) basic htmx, go ui for browsing which adds a calendar date picker and navigates to that url.

It is here https://github.com/phanirithvij/changelognightlyviewer

A limitation with the current poc: Due to cors issue I mirrored the site once (or twice because wget --mirror --reject option limitation) and thus mirroring the nightly.changelog.com site locally is required to see the demo working.

I mainly built this to learn htmx and I am still itching for more because I didn't learn much from this basic poc.

I would be open to build something complex if any requirements are given, I am not familiar with Ruby but since nginx is being used, I guess reverse proxying /browse/* endpoints to a go service and writing this all in go is a possiblity.

jerodsanto commented 3 months ago

Sorry @phanirithvij I saw your message last week but forgot to respond! Cool poc but we're not really investing any effort into Nightly for the time being.

phanirithvij commented 2 months ago

I understand.