Installing with composer is easy:
$ composer require limesharp/stockists
$ composer update
$ php bin/magento setup:upgrade
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clean
Or:
- you can download the zip file, drop it into your app folder, copy the contents of src folder into the main folder and then run the last 2 commands above.
- you can also get it from the magento2 marketplace.
Note! It requires magento 2.1 or above and php7 (for php5.6 use v.1.0.6).
You should use your own gmaps api key. Go to https://developers.google.com/maps/documentation/javascript/get-api-key and get your own key and then insert it in configuration > stockists > Gmaps Api Key. Otherwise the map may not work because of Gmaps' daily limits.