Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaykan/angular2-instagram
:fire:Instagram like photo filter playground built with Angular2 (Web | Desktop)
https://github.com/jaykan/angular2-instagram
angular angular2 angular2-aot desktop-app electron firebase instagram material-design ngrx reactive-programming redux rxjs webpack2
Last synced: 25 days ago
JSON representation
:fire:Instagram like photo filter playground built with Angular2 (Web | Desktop)
- Host: GitHub
- URL: https://github.com/jaykan/angular2-instagram
- Owner: JayKan
- License: mit
- Created: 2016-12-14T00:05:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T01:30:53.000Z (over 3 years ago)
- Last Synced: 2024-10-11T13:41:58.703Z (25 days ago)
- Topics: angular, angular2, angular2-aot, desktop-app, electron, firebase, instagram, material-design, ngrx, reactive-programming, redux, rxjs, webpack2
- Language: TypeScript
- Homepage: https://angular2-instagram.firebaseapp.com/
- Size: 382 KB
- Stars: 91
- Watchers: 8
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2 Instagram
[![Angular 2 Style Guide][angular2-style-guide-badge]][style-guide]
[![Dependency Status][dependency-badge]][dependency]
[![devDependency Status][devDependency-badge]][devDependency]
[![PRs Welcome][prs-badge]][prs]
[![MIT License][license-badge]][license]
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)## Getting Started
### Dependencies Prerequisites
> Make sure you have Node **version >= 6.9** and NPM **>= 3**
Once you have those, you should install these globals with `npm install --global`:* `webpack` (`npm install --global webpack`)
* `webpack-dev-server` (`npm install --global webpack-dev-server`)### Running Development
Once you have installed all prerequisites,* `fork` this repo
* `clone` your fork
* `nvm use` use the node version from .nvmrc
* `npm install` to install all dependencies
* `npm start` to run our app locally in dev mode### Running, building and publishing for desktop using Electron
[See angular2-instagram Electron specific documentation](https://github.com/JayKan/angular2-instagram/blob/master/ELECTRON.md)To download the standalone apps use the following links:
* [macOS 64bit](https://github.com/JayKan/angular2-instagram/releases/download/v0.0.3/angular2-instagram-0.0.3-mac.zip)
* [Linux 64bit](https://github.com/JayKan/angular2-instagram/releases/download/v0.0.3/angular2-instagram_0.0.3_amd64.deb)
* [Windows 64bit portable](https://github.com/JayKan/angular2-instagram/releases/download/v0.0.3/angular2-instagram.0.0.3.exe)
* [Windows 64 bit installer](https://github.com/JayKan/angular2-instagram/releases/download/v0.0.3/angular2-instagram.Setup.0.0.3.exe)## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):| [
Jay Kan](https://github.com/JayKan)
[💻](https://github.com/JayKan/Angular2-Instagram/commits?author=JayKan) [📖](https://github.com/JayKan/Angular2-Instagram/commits?author=JayKan) 💬 👀 | [
Yari](https://github.com/damnko)
[💻](https://github.com/JayKan/Angular2-Instagram/commits?author=damnko) | [
Stefan Nieuwenhuis](https://stefannieuwenhuis.github.io/)
[💻](https://github.com/JayKan/Angular2-Instagram/commits?author=StefanNieuwenhuis) |
| :---: | :---: | :---: |This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## License
MIT © [Jay Kan](https://github.com/JayKan)[build-status-badge]: https://img.shields.io/travis/JayKan/angular2-instagram.svg?style=flat-square
[build-status]: https://travis-ci.org/JayKan/angular2-instagram
[dependency-badge]: https://david-dm.org/JayKan/angular2-instagram/status.svg?style=flat-square
[dependency]: https://david-dm.org/JayKan/angular2-instagram
[devDependency-badge]: https://david-dm.org/JayKan/angular2-instagram/dev-status.svg?style=flat-square
[devDependency]: https://david-dm.org/JayKan/angular2-instagram?type=dev
[angular2-style-guide-badge]: https://mgechev.github.io/angular2-style-guide/images/badge.svg
[style-guide]: https://github.com/mgechev/angular2-style-guide
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: https://github.com/JayKan/angular2-instagram/pulls
[license-badge]: https://img.shields.io/npm/l/express.svg?style=flat-square
[license]: https://github.com/JayKan/angular2-instagram/blob/master/LICENSE