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.
- Host: GitHub
- URL: https://github.com/markmandel/tag-slideshow
- Owner: markmandel
- License: epl-1.0
- Created: 2014-01-24T06:47:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T23:59:21.000Z (over 12 years ago)
- Last Synced: 2025-03-23T23:46:39.725Z (about 1 year ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.