https://github.com/petarov/appstore-web-search
Search the Apple App Store in your browser
https://github.com/petarov/appstore-web-search
apple appstore ios itunes mdm
Last synced: 7 months ago
JSON representation
Search the Apple App Store in your browser
- Host: GitHub
- URL: https://github.com/petarov/appstore-web-search
- Owner: petarov
- License: mit
- Created: 2021-03-14T19:20:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T20:10:03.000Z (8 months ago)
- Last Synced: 2025-02-28T21:03:08.511Z (7 months ago)
- Topics: apple, appstore, ios, itunes, mdm
- Language: JavaScript
- Homepage: https://vexelon.net/asws
- Size: 62.5 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)