This plugin was created as a result of the OpenReq project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732463.
The goal of this microservice is to collect all available metadata of an app page from the Google Play Store such as the name of the app, the category, and the average rating. The response contains all information with respect to that app page in JSON format.
-
Gorilla Mux (→ https://github.com/gorilla/mux)
-
OlegSchmidt soup, fork of anaskhan96 soup (→ fork : https://github.com/OlegSchmidt/soup | original : https://github.com/anaskhan96/soup)
Run the following commands to start the microservice:
-
docker build -t ri-collection-explicit-feedback-google-play-page .
-
docker run -p 9622:9622 ri-collection-explicit-feedback-google-play-page
The API is documented by using Swagger2:
See OpenReq project contribution Guidlines