https://github.com/rnkit/rnkit-appstore
scrape data from the itunes app store
https://github.com/rnkit/rnkit-appstore
Last synced: about 1 year ago
JSON representation
scrape data from the itunes app store
- Host: GitHub
- URL: https://github.com/rnkit/rnkit-appstore
- Owner: rnkit
- License: apache-2.0
- Created: 2017-09-03T05:22:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T07:40:57.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T12:49:25.348Z (over 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rnkit-appstore
[](https://travis-ci.org/rnkit/rnkit-appstore)
[](https://codecov.io/gh/rnkit/rnkit-appstore/branch/master)
[](https://maven-badges.herokuapp.com/maven-central/io.rnkit/appstore/)
[](https://github.com/rnkit/rnkit-appstore/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
scrape data from the itunes app store
## Download
- [maven][1]
- [the latest JAR][2]
[1]: http://repo1.maven.org/maven2/io/rnkit/appstore/
[2]: https://search.maven.org/remote_content?g=io.rnkit&a=appstore&v=LATEST
## Maven
```xml
io.rnkit
appstore
1.0.1
```
## Gradle via JCenter
``` groovy
compile 'io.rnkit:appstore:1.0.1'
```
### *License*
rnkit-appstore is released under the [Apache 2.0 license](LICENSE).