https://github.com/brunobernardino/photo-frame
A frontend-only (Vanilla JS) app used for devices that are in a "photo frame" mode.
https://github.com/brunobernardino/photo-frame
deno javascript live-photos photos slideshow typescript
Last synced: about 2 months ago
JSON representation
A frontend-only (Vanilla JS) app used for devices that are in a "photo frame" mode.
- Host: GitHub
- URL: https://github.com/brunobernardino/photo-frame
- Owner: BrunoBernardino
- Created: 2019-01-19T09:58:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T15:53:30.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T17:56:18.355Z (over 1 year ago)
- Topics: deno, javascript, live-photos, photos, slideshow, typescript
- Language: JavaScript
- Homepage: https://photo-frame.onbrn.com
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Web Photo Frame
A frontend-only (Vanilla JS) app used for devices that are in a "photo frame" mode.
I had initially built [Veezy](https://github.com/BrunoBernardino/Veezy-iOS) (iOS/iPad) for this purpose, but prefer a web app.
## Development
View locally using `deno run --allow-net --allow-read https://deno.land/std@0.197.0/http/file_server.ts src` or `npx servo src`.
## Deployment
Just push to the `main` branch.