Skip to content

petarov/appstore-web-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Store Web Search

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.

Installation

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.

License

MIT