Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/etiennemarais/hubot-app-reviews

Hubot Slack plugin that will fetch mobile app reviews from the app stores and show them in slack with sentiment and star rating.
https://github.com/etiennemarais/hubot-app-reviews

Last synced: about 5 hours ago
JSON representation

Hubot Slack plugin that will fetch mobile app reviews from the app stores and show them in slack with sentiment and star rating.

Awesome Lists containing this project

README

        

# hubot-app-reviews
Hubot Slack plugin that will fetch mobile app reviews from the app stores and show them in slack with sentiment and star rating.

## Installation

Run the following command to install this module as a Hubot dependency

```
$ npm install hubot-app-reviews --save
```

Add the **hubot-app-reviews** to your `external-scripts.json` (you may need to create this file).

```
["hubot-app-reviews"]
```