qynAUGMN / geoshare

View tag filtered Instagram images in real time.

Home Page:http://geoshare.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Dependencies

geoshare

View tag filtered instagram images in real time

geoshare is a modern, isomorphic javascript application. The frontend is built with React and alt (a flux implementation). The backend uses Redis for storing relevant instagram data, and socket.io for real-time bidirectional communication with clients. The project uses webpack for bundling modules and webpack-dev-server for hot reloading during development. geoshare is forward thinking, using iojs and the ES6 spec where possible.

Config

There is default configuration to simplify development. The config file is located at config/default.json5. For local configuration, create config/local.json5 and that file's configuration will take precedence over config/default.json5. The local file will not be tracked by git.

Development

geoshare has a dev environment and any contributions are welcome! The dev environment uses two webservers, the webpack dev server (hot reloading) and the dev app.

npm run dev-server
npm run dev

Production

Make sure to set all instagram related config options. Read more about this setup here.

npm run build
npm run prod

Tests

npm run test

License

MIT

About

View tag filtered Instagram images in real time.

http://geoshare.io


Languages

Language:JavaScript 91.2%Language:CSS 8.1%Language:HTML 0.7%