An open API service indexing awesome lists of open source software.

https://github.com/markmandel/tag-slideshow

A really quick and nasty Instagram slideshow of a specific tag, written for display at our Australia day BBQ.
https://github.com/markmandel/tag-slideshow

Last synced: about 1 year ago
JSON representation

A really quick and nasty Instagram slideshow of a specific tag, written for display at our Australia day BBQ.

Awesome Lists containing this project

README

          

# tag-slideshow

A simple/naive slideshow that searches for particular tag on instagram and displaying the photos on screen.

## Installation

You will need a `instagram.properties` file in the root of the directory that specifies the instagram client details,
what tag to search for, and an optional url to embed in an iframe (to embed music).

### Example instagram.properties

```
client.id = 74935zzzzXXXXXXXXXd59cbaE5b704461cfe
client.secret = 2YYYYYYYYYYYYYYYIiiiiiiiiiiiiiiooa261b
instagram.tag = dog
music.url = http://www.abc.net.au/triplej/player/triplej.htm
```

Copyright © 2014 Mark Mandel

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.