Magento 2 module for easy extension of Algolia's Magento 2 module.
The template module can be installed via Composer:
$ cd /path/to/your/magento2/directory
$ composer require algolia/algoliasearch-custom-algolia-magento-2
$ php bin/magento setup:upgrade
Please note that this is a starter module. Composer will install this code to your local
app/code
directory where you can make further modifications to the implementation and commit to your own project repository.