View your instagram media using photoswipe image gallery.
git clone git@github.com:kraymond70/instagram-viewer.git
cd instagram-viewer
composer install
npm install
php artisan serve
Visit localhost:8000
Before running your application, make sure you have created an instagram application Modify .env file to put your credentials :
APP_CLIENT_ID=xxx
APP_CLIENT_SECRET=xxx
APP_REDIRECT_URI=http://your-redirect-uri