An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# rnkit-appstore

[![Build Status](https://travis-ci.org/rnkit/rnkit-appstore.svg?branch=master)](https://travis-ci.org/rnkit/rnkit-appstore)
[![Codecov](https://codecov.io/gh/rnkit/rnkit-appstore/branch/master/graph/badge.svg)](https://codecov.io/gh/rnkit/rnkit-appstore/branch/master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.rnkit/appstore/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.rnkit/appstore/)
[![GitHub release](https://img.shields.io/github/release/rnkit/rnkit-appstore.svg)](https://github.com/rnkit/rnkit-appstore/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](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).