Web interface that displays all Instagram media that has been location tagged, geo-tagged, or hash-tagged in relation to McMaster University. New media is received by subscribing to the Instagram Real-time API, and then pushed to the user via WebSockets.
To run application, follow these steps.
module.exports = {
instagram: {
'client_id': 'YOUR-CLIENT-ID-HERE',
'client_secret':'YOUR-CLIENT-SECRET-HERE'
}
}
TODO