Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dberri/insta-mosaic

A mosaic of instagram pictures
https://github.com/dberri/insta-mosaic

api grid-layout instagram vuejs

Last synced: 9 days ago
JSON representation

A mosaic of instagram pictures

Awesome Lists containing this project

README

        

# insta-mosaic
[![Netlify Status](https://api.netlify.com/api/v1/badges/69f30ebf-4077-4015-8d91-5c131af633fa/deploy-status)](https://app.netlify.com/sites/insta-mosaic/deploys)

A Vue app that makes use of Instagram's private API to display a grid of pictures and profile information.

## [DEMO](https://insta-mosaic.netlify.app)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).