Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thyrlian/appreputation
Ruby gem for retrieving application's ratings and reviews
https://github.com/thyrlian/appreputation
android application appstore ios mobile playstore rating review
Last synced: 20 days ago
JSON representation
Ruby gem for retrieving application's ratings and reviews
- Host: GitHub
- URL: https://github.com/thyrlian/appreputation
- Owner: thyrlian
- License: mit
- Created: 2016-05-23T09:56:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T09:57:38.000Z (about 8 years ago)
- Last Synced: 2024-11-14T15:49:57.500Z (3 months ago)
- Topics: android, application, appstore, ios, mobile, playstore, rating, review
- Language: Ruby
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppReputation
[![Build Status](https://travis-ci.org/thyrlian/AppReputation.svg?branch=master)](https://travis-ci.org/thyrlian/AppReputation)
[![Coverage Status](https://coveralls.io/repos/github/thyrlian/AppReputation/badge.svg?branch=master)](https://coveralls.io/github/thyrlian/AppReputation?branch=master)
[![Code Climate](https://codeclimate.com/github/thyrlian/AppReputation/badges/gpa.svg)](https://codeclimate.com/github/thyrlian/AppReputation)Ruby gem for retrieving application's **ratings** and **reviews** from the most popular mobile platforms ( [Android](https://play.google.com/store/apps) & [iOS](https://itunes.apple.com/us/genre/ios/id36?mt=8) ).
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'app_reputation'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install app_reputation
## Usage
```ruby
require 'app_reputation'include AppReputation
android_app_id = 'com.example.app'
ios_app_id = 123456789# Android Ratings
# iOS Ratings
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## License
Copyright (c) 2016 Jing Li. The gem is released under the [MIT License](http://opensource.org/licenses/MIT). See the [LICENSE](https://github.com/thyrlian/AppReputation/blob/master/LICENSE) file for details.