Skip to content

Files

Latest commit

048c6ad · Jun 5, 2016

History

History

service-scraper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 5, 2016
Jun 5, 2016
Apr 26, 2016

service-scraper

Task

Create a server with one GET endpoint at / that receives one url parameter query, the return response should be the results of the search query on google play.

Requirements

  1. Don't waste time use google-play-scraper.
  2. Cache result (in memory is ok).
  3. return 404 when no query parameter or value.

Extra

  • Persistency of the cached results.
  • Tape tests.