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.
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.
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.