Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/petarov/appstore-web-search
- Owner: petarov
- License: mit
- Created: 2021-03-14T19:20:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T22:15:32.000Z (11 months ago)
- Last Synced: 2024-10-11T15:17:30.341Z (about 1 month ago)
- Topics: apple, appstore, itunes, mdm
- Language: JavaScript
- Homepage: https://vexelon.net/asws
- Size: 62.5 KB
- Stars: 8
- Watchers: 3
- 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)