2023-12-10 09:31:19

A while ago I made a little web app that re-presents a very static website in an app-like interface. This is private because it’s technically using copyrighted content (I own the book, FWIW, and the website version of the content is free to view).

I made this by scraping the content using the WordPress REST API and storing/serving the resulting JSON statically.

It’s effectively a simple headless content app! …