Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petarov/appstore-web-search

Search the Apple App Store in your browser
https://github.com/petarov/appstore-web-search

apple appstore itunes mdm

Last synced: 19 days ago
JSON representation

Search the Apple App Store in your browser

Awesome Lists containing this project

README

        

# App Store Web Search

A [web app](https://vexelon.net/asws) 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](https://golang.org/doc/install).

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](LICENSE)