https://github.com/soixantecircuits/imageroulette
https://github.com/soixantecircuits/imageroulette
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soixantecircuits/imageroulette
- Owner: soixantecircuits
- License: other
- Created: 2013-11-20T22:37:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T22:40:14.000Z (over 11 years ago)
- Last Synced: 2025-01-29T13:44:51.070Z (5 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Roulette
This app use google-image to search for any content relative to a random generated word.
It can be controlled via OSC or with the keyboard.## Installation
This app like all nodejs app is installed via npm:
``` bash
$ git clone [email protected]:soixantecircuits/ImageRoulette.git && cd ImageRoulette
$ npm install
```## Example Usage
``` bash
node app.js
```