facundoolano / aso

Tools for app store optimization on iTunes and Google Play
MIT License
720 stars 144 forks source link

easily add new stores #10

Open facundoolano opened 6 years ago

facundoolano commented 6 years ago

Define a specific interface for the store object. Any object that implements that interface should be able to be used as a store backend for the ASO methods.

This would be convenient to, for example, have stores that go to a database, or that cache results in something like ElasticSearch before attempting to scrape Google Play or iTunes.