https://github.com/kennetpostigo/instafai
Bring Clarity to Instagram
https://github.com/kennetpostigo/instafai
Last synced: 2 months ago
JSON representation
Bring Clarity to Instagram
- Host: GitHub
- URL: https://github.com/kennetpostigo/instafai
- Owner: kennetpostigo
- Created: 2016-01-23T19:39:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T03:38:24.000Z (over 9 years ago)
- Last Synced: 2025-03-07T23:42:37.263Z (2 months ago)
- Language: JavaScript
- Size: 2.62 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instafai Hack for SwampHacks 2016 🐊
![]()
> Instafai AppInstafai provides information about instagram feed through clarifai, most common items in a photo
NSFW on percentags of instagram posts, etc.---
### Repository Technologies:
* __React__ - View Library
* __Redux__ - Data flow Architecture Library
* __React-Redux__ - Connects Components with Redux Store
* __React-Reach__ - Medium to communicate with GraphQL, Optimistic Updates, Sync with Store
* __Redux-Thunk__ - Middleware to create Async API calls
* __React-DOM__ - React-Dom Specific utilities
* __React-Router__ - Router
* __History__ - React-Router Dependency
* __Immutable__ - Immutable Data Structures Library
* __Bootstrap__ - HTML Framework
* __Webpack__ - Module Bundler & Code Splitter
* __Gulp__ - Task Runner___
+ Install all npm dependencies `npm install`+ Install all bower dependencies `bower install`
+ Compile all Javascript files with `webpack --watch`
+ Start up Gulp to watch for SASS changes `gulp`
+ Start the application by running `npm run start`
---
### Repository InformationMade by Stela Team of SwampHack 2016