Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katemihalikova/framie
Dynamic photo frame made simple
https://github.com/katemihalikova/framie
Last synced: about 2 months ago
JSON representation
Dynamic photo frame made simple
- Host: GitHub
- URL: https://github.com/katemihalikova/framie
- Owner: katemihalikova
- License: mit
- Created: 2016-10-31T09:19:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T13:44:26.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T18:23:18.862Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *Framie* client
![GitHub version](https://img.shields.io/github/release/katemihalikova/framie-server.svg?style=flat-square)> *Framie* - Dynamic photo frame made simple
# Introduction
With *Framie* you can make up a simple photo frame from your old tablet. Upload new pictures via internet.
# Usage
Android version is included, iOS version should work out-of-the-box too.
You will also need some server part ([framie-server](https://github.com/katemihalikova/framie-server)) and some way to upload files ([framie-uploader](https://github.com/katemihalikova/framie-uploader)).
# Installation
- clone the repo
- `npm install`
- `ionic state restore`
- set your configuration
- `ionic run android`# Configuration
Set your own application id in `config.xml`.
Set your own settings in `app/config.ts`.
- `url` - base URL of your *Framie* server
- `numberOfImages` - number of images that cycle in the app, older ones are discarded
- `durationOfImage` - function returning number of milliseconds between imagesYou can also change transition duration in `src/pages/frame/frame.scss`