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.
- Don't waste time use google-play-scraper.
- Cache result (in memory is ok).
- return 404 when no query parameter or value.
- Persistency of the cached results.
- Tape tests.