Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alterebro/instagram-cube

InstaCube. Your Instagram feed in a Cube!
https://github.com/alterebro/instagram-cube

3d css css-3d css-animations css3 cube instagram

Last synced: about 17 hours ago
JSON representation

InstaCube. Your Instagram feed in a Cube!

Awesome Lists containing this project

README

        

# [InstaCube](https://instacube.moro.es) (instagram-cube)

> Your Instagram feed in a cube!
> https://instacube.moro.es

[![InstaCube](cube/images/instagram-cube.jpg "InstaCube")](https://instacube.moro.es)

---

### Install

```sh
$ git clone https://github.com/alterebro/instagram-cube.git
$ cd instagram-cube/
$ npm install
```

### Build

```sh
$ gulp build
# or: $ npm run build
```
This will create the `build` folder which is the one to upload

### Deploy

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
$ 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:sync
```

---

*Jorge Moreno — [@alterebro](https://twitter.com/alterebro)*