Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/etiennemarais/hubot-app-reviews
- Owner: etiennemarais
- License: gpl-2.0
- Created: 2015-10-14T15:35:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T16:01:09.000Z (about 9 years ago)
- Last Synced: 2023-12-17T03:41:56.999Z (11 months ago)
- Language: CoffeeScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
```