Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobe/tray
show images on tray
https://github.com/hakobe/tray
Last synced: 8 days ago
JSON representation
show images on tray
- Host: GitHub
- URL: https://github.com/hakobe/tray
- Owner: hakobe
- Created: 2012-11-09T04:45:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T14:21:10.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T07:59:00.524Z (7 months ago)
- Language: JavaScript
- Size: 6.74 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tray
tray はドラッグアンドドロップでアップロードした画像が12枚のパネルに表示される、お手軽な画像アップローダです。
![画面の例](https://raw.github.com/hakobe/tray/master/README/tray_img0.png)
## 特徴
- 画像を12枚のパネルに表示
- ドラッグアンドドロップによる画像のアップロード
- リアルタイムでのパネルの同期
- アップロードの仕方を工夫して楽しめる## インストールと実行
```sh
$ brew install node
$ brew install redis$ git clone https://github.com/hakobe/tray.git
$ cd tray
$ npm install
$ node app.js
```## 実行例
![画面の例](https://raw.github.com/hakobe/tray/master/README/tray_img1.png) ![画面の例](https://raw.github.com/hakobe/tray/master/README/tray_img2.png)