Git Product home page Git Product logo

image-streamer's Introduction

#Image Streamer

##Summary This application streams instagram images (for a given set of tags) using the instagram real-time API.

The application also makes use of socket.io to update connected clients of new images in the stream.

The front-end is built using Bootstrap and AngularJS.

Installation

  1. Clone the Repo

  2. This application requires node to be install on your target server/system, all other dependencies should be loaded in with a call to npm install on the command line

  3. you will need to set some environment vars on your target server, the variables required are as follows:

  • HOST_URL (this is the URL of your host server, including protocol and port number, you will need to set up an instagram app and allow this)
  • CLIENT_ID (this is the client id required for running applications using the instagram API)
  • CLIENT_SECRET (you can obtain this by registering a new app), register your account and create your application here:

https://instagram.com/developer/clients/register/

  1. In your instagram client settings, you will have to register the following redirect URIs

/api /api/user/authorize /api/user/authorize/redirect api/subscription /api/subscription/new

To register your application, follow the instructions here: https://instagram.com/developer/

##Demo I've provided a live demo on heroku, you can find it here https://mike-s-imagestreamer.herokuapp.com

Please view the package.json for full set of dependencies.

After following these steps, you should be good to go!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.