Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singuerinc/bi
Your Instagram™ feed, but bigger!
https://github.com/singuerinc/bi
docker instagram-api postcss vuejs webpack
Last synced: 30 days ago
JSON representation
Your Instagram™ feed, but bigger!
- Host: GitHub
- URL: https://github.com/singuerinc/bi
- Owner: singuerinc
- Created: 2016-11-16T07:01:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T08:54:54.000Z (5 months ago)
- Last Synced: 2024-08-28T10:12:48.493Z (5 months ago)
- Topics: docker, instagram-api, postcss, vuejs, webpack
- Language: JavaScript
- Homepage: https://bi.singuerinc.com
- Size: 10.9 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# Bi
![Bi](./stuff/bi-200x200.png)
Bi is a personal experiment. Is a website that displays images from your Instagram™, but bigger!
[https://bi.singuerinc.com](https://bi.singuerinc.com)
The idea behind it is to test technologies like Vue.js, webpack, Docker, PostCSS and yarn among others.
![Bi frontend](./stuff/screenshot.png)
## Run
```bash
yarn run dev
open http://localhost:8080/
```## Build
```bash
yarn run build
open ./public
```