bitbull/magento2-module-instagramwidget 1.0.0

Instagram stream for Magento2

Type

magento2-module

License

proprietary

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Instagram widget

Magento module 2 that displays last photos from an instagram account. More information here https://www.bitbull.it/blog/sviluppare-un-widget-con-magento2-e-requirejs/

Installation Instructions

Add these lines to the composer.json of your project

"require":{
    ...
    "bitbull/magento2-module-instagramwidget": "dev-master"
 }
 ```

 ```
 "repositories":[
      ...
     {"type": "vcs", "url":"https://github.com/bitbull-team/magento2-module-instagramwidget.git"}
 ]