InstaCube (instagram-cube)
Your Instagram feed in a cube! https://instacube.moro.es
$ git clone https://github.com/alterebro/instagram-cube.git
$ cd instagram-cube/
$ npm install$ gulp build
# or: $ npm run buildThis will create the build folder which is the one to upload
Open upload-sample.sh, set the variables to your own values, then rename it to upload.sh and give the file proper permissions (chmod +x sync.sh)
$ sh upload.sh test # dry-run flagged
$ sh upload.sh sync # rsyncs local copy to server
# equivalent to:
$ npm run deploy:test
$ npm run deploy:syncJorge Moreno — @alterebro
