Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmalcher/simpleslideshow
Super simple and hacky web slideshow
https://github.com/fmalcher/simpleslideshow
Last synced: 25 days ago
JSON representation
Super simple and hacky web slideshow
- Host: GitHub
- URL: https://github.com/fmalcher/simpleslideshow
- Owner: fmalcher
- Created: 2023-08-06T09:13:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T11:49:37.000Z (about 1 year ago)
- Last Synced: 2024-10-06T06:20:14.384Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpleslideshow
This is a very simple and hacky web slideshow.
It shows fullscreen pictures and rotates through the list.Put all images as `jpg` into a `pictures` subfolder.
The script needs PHP on the webserver to fetch the list of pictures from the folder.
The timings can be adjusted in `script.js`.## Nextcloud as data source
The `nextcloud` branch contains an example of how to simply retrieve a file list from Nextcloud via WebDAV.