https://github.com/bod/app-store-rating-rss
An RSS feed that returns the current App Store (Apple App Store or Google Play Store) rating of an app.
https://github.com/bod/app-store-rating-rss
Last synced: about 2 months ago
JSON representation
An RSS feed that returns the current App Store (Apple App Store or Google Play Store) rating of an app.
- Host: GitHub
- URL: https://github.com/bod/app-store-rating-rss
- Owner: BoD
- License: gpl-3.0
- Created: 2020-03-01T15:05:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T23:18:01.000Z (over 4 years ago)
- Last Synced: 2025-01-11T10:39:20.316Z (over 1 year ago)
- Language: Kotlin
- Size: 101 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# App Store Rating Rss
An RSS feed that returns the current App Store (Apple App Store
or Google Play Store) rating of an app.
An instance is running here: https://app-store-rating-rss.herokuapp.com/
Examples of query:
- https://app-store-rating-rss.herokuapp.com/googlePlayStore/org.jraf.android.latoureiffel?friendlyName=WorldTour&noStoreLink=true
- https://app-store-rating-rss.herokuapp.com/appleAppStore/id1214811644?friendlyName=Poet%20Assistant&noStoreLink=true
## Licence
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.