Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/alterebro/instagram-cube
- Owner: alterebro
- License: mit
- Created: 2020-10-20T21:09:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T18:08:45.000Z (about 1 year ago)
- Last Synced: 2024-05-21T05:16:49.412Z (6 months ago)
- Topics: 3d, css, css-3d, css-animations, css3, cube, instagram
- Language: Less
- Homepage: https://instacube.moro.es/
- Size: 576 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*