Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariusk/outslide
A random slide generator. I'm sorry.
https://github.com/dariusk/outslide
Last synced: about 1 month ago
JSON representation
A random slide generator. I'm sorry.
- Host: GitHub
- URL: https://github.com/dariusk/outslide
- Owner: dariusk
- License: mit
- Created: 2012-09-15T17:47:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-15T18:02:46.000Z (about 12 years ago)
- Last Synced: 2024-04-10T14:10:33.801Z (7 months ago)
- Language: JavaScript
- Size: 625 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OutSlide
This is the source code to a program I wrote that takes a simple outline and turns it into a slide deck. It does this by grabbing the first Google Image Search result for each line of your outline, and slapping the image into an [impress.js](https://github.com/bartaz/impress.js/) slide deck with the text of the line itself on top. [You can see it in action here.](http://tinysubversions.com/outslide)
To run the Google Image Search, I use the (deprecated) [Google Image Search API](https://developers.google.com/image-search/v1/devguide), more or less copying [their hello world](https://developers.google.com/image-search/v1/devguide#hiworld).
OutSlide also features speech synthesis, provided by [speak.js](https://github.com/kripken/speak.js).
Finally, the version of [impress.js](https://github.com/bartaz/impress.js/) that I'm using here has been hacked horribly in order to enable the dynamic addition of slides.