hocgin/App Store Product HTML
Fetch App Store apps by developer id and country code, then output an HTML snippet.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| developer-id | App Store developer numeric id, for example 1137057742. | yes | — |
| country | App Store storefront code, for example us, cn, in, or hk. | no | us |
| max-items | Maximum number of apps to include in the HTML output. | no | 100 |
| homepage-url | Personal homepage URL used in the top <sup> line. | no | https://logspot.hocgin.top |
| sponsor-url | Sponsor/support URL used in the top <sup> line. | no | https://logspot.hocgin.top/donate/ |
| update-readme | Update README.md top HTML in place after generating it. | no | false |
| readme-path | Path to the README file to update when update-readme is enabled. | no | README.md |
| intro-html | Optional custom intro HTML placed before the app grid. | no | "" |
| custom-app-url | Custom app URL template. Supports ${country}, ${appname}, and ${appid} placeholders. Example: https://apps.apple.com/${country}/app/${appname}/id${appid} | no | https://maslink.hocgin.top/?id=${appid} |
Outputs
| name | description |
|---|---|
| html | Generated HTML snippet for the app catalog. |