A web app that queries the Apple App Store in your browser.
Mostly JS + a (PoC) Go wasm module that caches search results for 60 seconds.
Go is required. See installation.
Run make to run the server part and open the app in your browser.
Run make build to produce the web app files in webapp.
Run make all to produce a server executable and build files.
Run make clean to clean build artifacts.