Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dberri/insta-mosaic
- Owner: dberri
- Created: 2020-02-18T00:54:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:07:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:26:18.613Z (25 days ago)
- Topics: api, grid-layout, instagram, vuejs
- Language: Vue
- Size: 4.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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/).