https://github.com/greyli/image-wall
Image wall generator made with impress.js and Flask.
https://github.com/greyli/image-wall
Last synced: 14 days ago
JSON representation
Image wall generator made with impress.js and Flask.
- Host: GitHub
- URL: https://github.com/greyli/image-wall
- Owner: greyli
- Created: 2017-01-14T13:34:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:15:51.000Z (about 2 years ago)
- Last Synced: 2025-05-05T23:54:11.736Z (14 days ago)
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 18
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Wall
Image wall generator made with impress.js and Flask.
## Installation
```
$ git clone https://github.com/greyli/image-wall.git
$ cd image-wall
$ pip install -r requirements.txt
$ python app.py
```The app will running on http://127.0.0.1:5000/
## License
This project is licensed under the MIT license.